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

Bump MSRV to 1.32.0 #762

Merged
merged 1 commit into from Mar 29, 2019
Merged

Bump MSRV to 1.32.0 #762

merged 1 commit into from Mar 29, 2019

Conversation

dhardy
Copy link
Member

@dhardy dhardy commented Mar 28, 2019

Increase the minimum supported Rustc version to 1.32.0.

Closes #719. Required for #761.

This has been discussed in #719. The consensus appears to be that nobody cares enough to request support for older compilers, thus it makes sense to take advantage of modern features. This is a last chance to raise objections, although Rand 0.6.x will likely continue to support 1.22.

This PR does not clean up build scripts, cfg items or switch to Edition 2018. I suggest we do not do this yet to avoid conflicts with #761 and work in getrandom.

@vks
Copy link
Collaborator

vks commented Mar 28, 2019

This will allow us to get rid of all build scripts and the autocfg dependency. I think we can do that in an additional commit in this PR, reverting it would be trivial.

I agree that we should wait with upgrading to Edition 2018, which is more invasive.

@dhardy
Copy link
Member Author

dhardy commented Mar 28, 2019

There are still small conflicts with #761; easier to do that afterwards.

@dhardy dhardy merged commit 1eef88c into rust-random:master Mar 29, 2019
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