-
Notifications
You must be signed in to change notification settings - Fork 46
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
Please specify MSRV policy #122
Comments
Woops. I'm sorry. I have removed the nested import braces in 1.11.1 and added Rust 1.22.0 as the MSRV (and added a build on it to Travis). It should mostly work on as low a version as Rust 1.20.0, but not all tests pass there, so I am not comfortable using it as the MSRV. Since you were using 1.21.0, please let me know if that's a problem. Otherwise, typenum should continue to work on old Rust versions and this should not happen again. |
Thank you! CI tests for hash functions on Rust 1.21 pass without issues. |
This reverts commit c75be69. Fixed upstream: paholg/typenum#122
The latest v1.11 release has broke Minimum Supported Rust Version (MSRV) CI tests for RustCrypto crates (e.g. see RustCrypto/MACs#20). I will not ask you to yank v1.11 and release v2.0 just because of that, but it would be nice if you'll specify in README how you handle MSRV bumps.
The text was updated successfully, but these errors were encountered: