Closed notmandatory closed 1 year ago
@willowenss this PR fixes the bdk-cli MSRV dependencies issue. Please give it a review and an ACK
if it looks OK to you and then I'll merge it.
After I merge it you'll need to rebase your branch for #156, let me know if you need help doing this.
@willowenss this PR fixes the bdk-cli MSRV dependencies issue. Please give it a review and an
ACK
if it looks OK to you and then I'll merge it.After I merge it you'll need to rebase your branch for #156, let me know if you need help doing this.
Sounds good
Description
Use
cargo update
in the CI build test job to pin dependencies to work with MSRV 1.57.0. Also updated README with corresponding instructions.Notes to the reviewers
This is how the rust-bitcoin and other bdk projects are going to be pinning dependencies from now on.
Changelog notice
None.
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing