-
Notifications
You must be signed in to change notification settings - Fork 218
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
update rand to 0.7 (breaking change) #217
Conversation
What is the rationale for |
It is needed by openethereum/parity-ethereum#11022 but I don't know if it makes sense anymore see rustsec/advisory-db#149 for details. We could put it on ice if it is too messy |
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 might be a bit annoying to publish but not too bad I guess.
Published a few new versions:
|
Updates a bunch of crates to use
rand 0.7
.It is needed by openethereum/parity-ethereum#11022 but I don't know if it makes sense anymore see rustsec/advisory-db#149 for details.
We could put it on ice if it is too messy