Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Rust 1.75.0 #50

Open
mempirate opened this issue Dec 28, 2023 · 0 comments
Open

Migrate to Rust 1.75.0 #50

mempirate opened this issue Dec 28, 2023 · 0 comments
Labels
S-breaking Status: Contains breaking changes

Comments

@mempirate
Copy link
Contributor

Release notes: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html

Main takeaways for us: -> impl Trait in traits now supported, which means we get async fn in traits as well (without async-trait crate).

There are still some limitations outlined here that discourage the usage in public APIs.

@mempirate mempirate added the S-breaking Status: Contains breaking changes label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-breaking Status: Contains breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant