-
Notifications
You must be signed in to change notification settings - Fork 13k
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 to rand 0.9.0 #136395
base: master
Are you sure you want to change the base?
Update to rand 0.9.0 #136395
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
Oh getrandom updated the wasi dependency and that now includes a dependency on |
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
☔ The latest upstream changes (presumably #136454) made this pull request unmergeable. Please resolve the merge conflicts. |
Changes include:
thread_rng
has been renamed torng
Standard
has been renamed toStandardUniform
gen
,gen_range
,gen_bool
have been renamed torandom
,random_range
andrandom_bool
respectively.