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

Deemphasize MSRV by removing check and note from README #24

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

LukasKalbertodt
Copy link
Owner

CI got broken by clap releasing 4.1.0 that bumped its MRSV to 1.64. Reading up on this again, I'm not sure how maintainers should best communicate MSRV for crates that have dependencies. I think saying "MSRV 1.60" in the README sets the expectation that this whole crate works with 1.60, which might not be the case due to dependencies.

So... I left it in Cargo.toml, but otherwise this is not checked anymore.

CI got broken by `clap` releasing `4.1.0` that bumped its MRSV to 1.64.
Reading up on this again, I'm not sure how maintainers should best
communicate MSRV for crates that have dependencies. I think saying
"MSRV 1.60" in the README sets the expectation that this whole crate
works with 1.60, which might not be the case due to dependencies.

So... I left it in `Cargo.toml`, but otherwise this is not checked
anymore.
@LukasKalbertodt LukasKalbertodt merged commit dd8cb76 into master Jan 15, 2023
@LukasKalbertodt LukasKalbertodt deleted the deemphasize-msrv branch January 15, 2023 15:55
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

1 participant