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

Disable default features for getrandom #870

Closed
wants to merge 1 commit into from

Conversation

josephlr
Copy link
Member

This allows us to safely add default features to getrandom without
breaking rand.

See rust-random/getrandom#94

This allows us to safely add default features to getrandom without
breaking rand.
@vks
Copy link
Collaborator

vks commented Aug 20, 2019

Wouldn't the correct solution require a version bump for getrandom, indicating a breaking change?

@newpavlov
Copy link
Member

@vks
Hm, looks like you are right. With the compile_error! change it was a build issue, so releasing getrandom v0.2 would require releasing breaking releases for rand and rand_core, but this change will not leak to users not dependent to getrandom directly.

@josephlr
Copy link
Member Author

As we are no longer pursuing rust-random/getrandom#95, this change no longer makes sense. @vks is right, if we introduce breaking changes, we will just release a 0.2 for getrandom (and then update rand accordingly).

@josephlr josephlr closed this Aug 23, 2019
@josephlr josephlr deleted the std branch April 26, 2020 01:45
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.

3 participants