https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools/tree/master/cargo-rbmt#lock-files
We maintain a Cargo-minimal.lock for MSRV and a Cargo-recent.lock for the stable toolchain, generated via:
Then we can drop the annoying ci/pin-msrv.sh script.
https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools/tree/master/cargo-rbmt#lock-files
We maintain a
Cargo-minimal.lockfor MSRV and aCargo-recent.lockfor the stable toolchain, generated via:Then we can drop the annoying
ci/pin-msrv.shscript.