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.51.0 #1246

Merged
merged 3 commits into from Aug 14, 2022
Merged

Bump MSRV to 1.51.0 #1246

merged 3 commits into from Aug 14, 2022

Conversation

dhardy
Copy link
Member

@dhardy dhardy commented Aug 3, 2022

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.)

@dhardy
Copy link
Member Author

dhardy commented Aug 4, 2022

CI fails due to using an old version of packed_simd. We should merge either #1238 or #1239 to deal with that and merge this PR to fix the crossbeam failure (or maybe I should merge this with #1238 for now).

@TheIronBorn review?

@TheIronBorn
Copy link
Collaborator

with 1.51 we could stabilize the select_nth path of sample_efraimidis_spirakis in index::sample_weighted

@TheIronBorn
Copy link
Collaborator

Otherwise I think this is fine.

@dhardy
Copy link
Member Author

dhardy commented Aug 14, 2022

Rebased. @TheIronBorn could you please formally approve and merge this PR? Our branch protection requires approval from a maintainer other than the PR author.

@TheIronBorn TheIronBorn merged commit b736407 into master Aug 14, 2022
dhardy added a commit that referenced this pull request Nov 10, 2022
@dhardy dhardy mentioned this pull request Nov 10, 2022
dhardy added a commit that referenced this pull request Nov 10, 2022
* 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
@dhardy dhardy mentioned this pull request Nov 14, 2022
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