Ran into this issue in #223 but felt it should go in it's own PR.
~In https://github.com/rust-lang/cargo/pull/13324, msrv was bumped to 1.73 (MSRV=N-2) and someplace down the line a patch release to cargo-platform was published. CI is pulling in cargo-platform for 0.1.8 which has msrv of 1.73.~
After having changed this from 1.73 to 1.74, I feel like there should be a way to automate this similar to https://github.com/rust-lang/cargo/pull/13577. Though, I wish those bumps weren't considered patch releases :/
Ran into this issue in #223 but felt it should go in it's own PR.
~In https://github.com/rust-lang/cargo/pull/13324, msrv was bumped to 1.73 (MSRV=N-2) and someplace down the line a patch release to
cargo-platform
was published. CI is pulling incargo-platform
for0.1.8
which has msrv of 1.73.~Clap and clap_derive were bumped to msrv 1.74 https://github.com/clap-rs/clap/pull/5343
There's an automated bot that updates the MSRV on cargo and cargo's subcrates so https://github.com/rust-lang/cargo/pull/13577 will cause breakages in the future.
After having changed this from 1.73 to 1.74, I feel like there should be a way to automate this similar to https://github.com/rust-lang/cargo/pull/13577. Though, I wish those bumps weren't considered patch releases :/