Update CI to pin MSRV dependencies with cargo update instead of by changing them in Cargo.toml. Also add instructions for manually pinning MSRV dependencies in README.
Notes to the reviewers
This is following the basic approach that rust-bitcoin is using to pin MSRV dependencies.
Description
Update CI to pin MSRV dependencies with cargo update instead of by changing them in
Cargo.toml
. Also add instructions for manually pinning MSRV dependencies in README.Notes to the reviewers
This is following the basic approach that rust-bitcoin is using to pin MSRV dependencies.
Changelog notice
None.
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing