-
Notifications
You must be signed in to change notification settings - Fork 251
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
Upgrade rand crate dependency to 0.7 #91
Conversation
This PR is best reviewed by-commit. I migrated via intermediate |
79c66d2
to
eecef7d
Compare
This removes rand < 0.5 from our Cargo.lock.
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. A couple of minor comment suggestions.
Co-Authored-By: Daira Hopwood <[email protected]>
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 an incredible PR, well done.
They were broken by zcash#91 but went unnoticed because CI does not compile the benchmarks, which requires the nightly toolchain.
They were broken by zcash#91 but went unnoticed because CI does not compile the benchmarks, which requires the nightly toolchain.
Also moves to
rand_core
where possible, to reduce the dependency surface.Closes #60.