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

Commits on Jan 15, 2023

  1. Deemphasize MSRV by removing check and note from README

    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 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    08e76d3 View commit details
    Browse the repository at this point in the history