bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

ci: pin MSRV dependencies with cargo update and add instructions in README #157

Closed notmandatory closed 1 year ago

notmandatory commented 1 year ago

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:

notmandatory commented 1 year ago

This PR needs to go in before #156 .

notmandatory commented 1 year ago

Too many dependencies have changed their MSRV to 1.60 so I'm going to open a new PR to do the same for bdk-cli.