-
Notifications
You must be signed in to change notification settings - Fork 44
Bump to rust-random 0.9 #56
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
Conversation
c7e8495 to
06ac6fb
Compare
|
|
rust-toolchain
Outdated
| @@ -1 +1 @@ | |||
| 1.56.0 | |||
| 1.66.0 | |||
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.
This is insufficient to produce an MSRV bump. I have done this in a separate PR (#62).
Also, MSRV 1.66 is a false MSRV, because it is possible to pin to blake2b_simd 1.0.0 (if using ff_derive) in order to avoid the constant_time_eq bumps (and these are only dev-dependencies anyway). There's no need to raise MSRV beyond what rand forces.
Co-authored-by: Jack Grigg <[email protected]>
|
Rebased on |
str4d
left a comment
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.
utACK 055cc14
Closes #55
Depends on:
Related: