cargo/crates/cargo-util-schemas
Ed Page 134ed93f60 fix: Consistently compare MSRVs
We used several strategies
- Relying in `impl Ord for RustVersion`
- Converting to version requirements
  - Decrementing a version

This consolidates around one strategy: `RustVersion::is_compatible_with`
- Ensure the comparisons have the same behavior
- Centralize knowledge of how to handle pre-release rustc
- Losslessly allow comparing with either rustc or workspace msrv
2024-03-05 10:59:08 -06:00
..
src fix: Consistently compare MSRVs 2024-03-05 10:59:08 -06:00
Cargo.toml chore(deps): update msrv (1 version) to v1.76.0 2024-02-08 14:32:51 +00:00
LICENSE-APACHE refactor(schemas): Pull out cargo-util-schemas crate 2023-12-15 13:22:25 -06:00
LICENSE-MIT refactor(schemas): Pull out cargo-util-schemas crate 2023-12-15 13:22:25 -06:00