-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
2.0.0 stable #742
2.0.0 stable #742
Conversation
@@ -1,11 +1,12 @@ | |||
[package] | |||
name = "bincode_derive" | |||
version = "2.0.0-rc.3" # remember to update bincode | |||
version = "2.0.0" # remember to update bincode | |||
authors = [ | |||
"Zoey Riordan <zoey@dos.cafe>", | |||
"Victor Koenders <bincode@trangar.com>", | |||
] | |||
edition = "2021" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust 1.85 brings support for Edition2024, maybe that could be updated as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We currently don't see the point of upgrading to 2024, as the rust compiler will still be able to run 2021 code. We do have the option to bump to 2024 later if we want to start adding new 2024 features
@VictorKoenders 2024 edition has become stable, rust-lang/rust#133349. What can we do to help releasing bincode 2.0.0? |
Start by banning 40 hour work weeks, they're exhausting |
2b3fac5
to
0cf3624
Compare
Would be really nice if we can merge #710 before releasing 2.0 |
The readme's MSRV section should be updated to reflect the selected MSRV. Additionally, it should have a sentence mentioning that some features (e.g. |
0cf3624
to
e99e24e
Compare
No description provided.