-
Notifications
You must be signed in to change notification settings - Fork 431
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
Enable all stable features in the playground #1081
Conversation
Aha, wasn't aware of this. Does it require a new release? |
There is no rush, but that would be great. |
In that case it would be great to bump the version numbers of each and add a note to the changelogs. |
@dhardy Added commits to prepare the next versions of rand and rand_core. |
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.
LGTM, except the release won't actually be today (don't worry about the dates though). Will merge later.
Updates to rand and rand_core published |
@dhardy Thanks! |
I tried to use
SmallRng
in the playground, but it could not be used because thesmall_rng
feature is not enabled.https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=83ab37f952323079a0760f6a3ba0f740
Refs: playground's custom metadata format