You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bincode 2.0 is still in development and does not yet have a targeted MSRV. Once 2.0 is fully released the MSRV will be locked. After this point any changes to the MSRV are considered a breaking change for semver purposes.
I would suggest to specify the MSRV in Cargo.toml by using rust-version field as soon as a MSRV is selected so tools like cargo and clippy work better with the code.
The text was updated successfully, but these errors were encountered:
Currently, the readme states:
I would suggest to specify the MSRV in
Cargo.toml
by usingrust-version
field as soon as a MSRV is selected so tools likecargo
andclippy
work better with the code.The text was updated successfully, but these errors were encountered: