sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
365 stars 44 forks source link

Bump msrv to 1.74 #224

Closed simlay closed 7 months ago

simlay commented 7 months ago

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.~

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 :/