-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
minimum supported rust version policy #668
Comments
Signed-off-by: clux <sszynrae@gmail.com>
edited a bit because not sure we should do this stuff yet. waiting for some more feedback. |
I don't know what's best for The oldest Personally, I wouldn't mind
Can't we add a new job |
FWIW: It'd be nice to have the current MSRV in the readme. Yes, I know, I can read the policy and I can look at a cargo.toml but if I come in through Github that's the first thing I see. I'm also fine with 3 months and in general everything you and @kazk said sounds fine to me. Thank you! |
That badge is great. I wrote a small script to generate that from |
Moving towards stability land (#508), we
should probablycould do a best effort to maintain builds on the last few stable versions of rust. (Originally discussed briefly in #665).Problems:
rust-version
)We just merged in edition 2021 so there's limits to how much we can do (and the 2021 release is incidentally the release that supports
rust-version
key. For now we could follow this general plan:1.56
in allCargo.toml
s (7a265b9)Cargo.toml
s) - Msrv check on CI for #668 #687dailypre-merge - Msrv check on CI for #668 #687and then maybe in the futere (depending on need, and what type of problems we run into):
but that will be one for a later issue - for now; our policy is ad-hoc; but documented in the readme and cargo metadata.
The text was updated successfully, but these errors were encountered: