-
-
Notifications
You must be signed in to change notification settings - Fork 473
Bump the MSRV to 1.85 #1653
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
base: master
Are you sure you want to change the base?
Bump the MSRV to 1.85 #1653
Conversation
81ad512
to
74226cb
Compare
Should this also be in a 0.9.x version? I guess not, seeing the changelogs. Are we planning for a 0.10 release of rand_core? I understood it we want to release rand 0.10 with rand_core 0.9 and not have rand_core 0.10 for now. |
No, this is for v0.10. I wanted to make a pre-release using
Good point. So should we keep the old MSRV for |
### Changes | ||
- Bump the MSRV to 1.85 (#1653) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's also worth to mention the edition bump.
Probably, yes. It would allow us to explicitly relax the MSRV policy to allow MSRV bumps in patch releases because of the MSRV-aware resolver. It may be even worth to release |
@newpavlov how does keeping some crates on rustc 1.63 help us relax the MSRV policy? The new resolver isn't available until 1.84. No comment on |
Sorry, I misread your comment. I thought you suggested to cut new releases of |
CHANGELOG.md
entrySummary
Bump the MSRV to 1.85 (except
rand_chacha
which we plan to replace).Motivation
#1642 requires this MSRV bump. #1632 requires at least 1.75.