As an example use case, the https://github.com/artichoke/strftime-ruby repository calls out the crate's MSRV in the README.md file and also sets the rust-version attribute in Cargo.toml.
I'd love to be able to assert these values are the same, similar to the version matcher.
As an example use case, the https://github.com/artichoke/strftime-ruby repository calls out the crate's MSRV in the
README.mdfile and also sets therust-versionattribute inCargo.toml.I'd love to be able to assert these values are the same, similar to the
versionmatcher.