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

Upgrade to Rand 0.7 #65

Merged
merged 4 commits into from Jan 17, 2020
Merged

Upgrade to Rand 0.7 #65

merged 4 commits into from Jan 17, 2020

Conversation

vks
Copy link
Contributor

@vks vks commented Aug 2, 2019

This bumps the MSRV to 1.32 for the rand feature.

SmallRng is not used for the tests anymore, since enabling the corresponding
feature would force other crates to use the feature as well.

@cuviper
Copy link
Member

cuviper commented Aug 2, 2019

This is a breaking change for moving semver on a public dependency, regardless of MSRV.

vks and others added 4 commits January 17, 2020 14:41
This bumps the MSRV to 1.32 for the `rand` feature.

`SmallRng` is not used for the tests anymore, since enabling the corresponding
feature would force other crates to use the feature as well.
@cuviper
Copy link
Member

cuviper commented Jan 17, 2020

I rebased this for 0.3.0-pre and added MSRV changes.

bors r+

bors bot added a commit that referenced this pull request Jan 17, 2020
65: Upgrade to Rand 0.7 r=cuviper a=vks

This bumps the MSRV to 1.32 for the `rand` feature.

`SmallRng` is not used for the tests anymore, since enabling the corresponding
feature would force other crates to use the feature as well.

Co-authored-by: Vinzent Steinberg <Vinzent.Steinberg@gmail.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 17, 2020

Build succeeded

@bors bors bot merged commit 69247ad into rust-num:master Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants