-
Notifications
You must be signed in to change notification settings - Fork 193
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
MSRV on digest
v0.10.4 is broken
#1116
Comments
Argh... This error again. I will do release fix right away. Thank you for monitoring it! |
I am not actively monitoring it - even if it may look like it so soon after the release. I just happened to update the dependencies of one of my projects ca. 30 minutes ago, and that's where I hit that error. |
|
Yes, digest v0.10.5 can be compiled with rustc 1.48. So I consider this to be fixed. |
When trying to build a project that depends on
digest
v0.10.4 with rustc 1.48, one gets error messages from cargo. This appears to be a similar issue like e. g. RustCrypto/hashes#398 and probably needs a similar fix like RustCrypto/hashes#401.The error message is:
The problem is due to the generated Cargo.toml containing the
resolver = "2"
line: https://docs.rs/crate/digest/0.10.4/source/Cargo.tomlSince the documented MSRV of
digest
is still rustc 1.41, this breaks the MSRV guarantee.The text was updated successfully, but these errors were encountered: