Skip to content
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

Merged
merged 3 commits into from Jan 1, 2021

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Dec 31, 2020

I tried to use SmallRng in the playground, but it could not be used because the small_rng feature is not enabled.
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=83ab37f952323079a0760f6a3ba0f740

Refs: playground's custom metadata format

@dhardy
Copy link
Member

dhardy commented Dec 31, 2020

Aha, wasn't aware of this. Does it require a new release?

@taiki-e
Copy link
Contributor Author

taiki-e commented Dec 31, 2020

Does it require a new release?

There is no rush, but that would be great.

@dhardy
Copy link
Member

dhardy commented Dec 31, 2020

In that case it would be great to bump the version numbers of each and add a note to the changelogs.

@taiki-e
Copy link
Contributor Author

taiki-e commented Dec 31, 2020

@dhardy Added commits to prepare the next versions of rand and rand_core.

Copy link
Member

@dhardy dhardy left a 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.

@dhardy dhardy merged commit 34aa769 into rust-random:master Jan 1, 2021
@taiki-e taiki-e deleted the playground branch January 1, 2021 14:26
@dhardy
Copy link
Member

dhardy commented Jan 4, 2021

Updates to rand and rand_core published

@taiki-e
Copy link
Contributor Author

taiki-e commented Jan 4, 2021

@dhardy Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants