-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump MSRV to 1.51.0 #1246
Bump MSRV to 1.51.0 #1246
Conversation
CI fails due to using an old version of @TheIronBorn review? |
with 1.51 we could stabilize the |
Otherwise I think this is fine. |
Rebased. @TheIronBorn could you please formally approve and merge this PR? Our branch protection requires approval from a maintainer other than the PR author. |
* examples/rayon-monte-carlo.rs: remove execute bit of file metadata * Document in README that MSRV is 1.51.0 This was changed in #1246 * Update GitHub Actions
* examples/rayon-monte-carlo.rs: remove execute bit of file metadata * Document in README that MSRV is 1.51.0 This was changed in rust-random#1246 * Update GitHub Actions
We want at least 1.38.0 to avoid complicating our CI: crossbeam-rs/crossbeam#877
... but anything over 1 year should be fine. 1.51.0 allows us to drop the
min_const_gen
feature. I didn't see a reason to go any more recent yet.(This won't affect releases until 0.9.0.)