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: fix MSRV jobs with cargo update #159

Closed notmandatory closed 1 year ago

notmandatory commented 1 year ago

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:

notmandatory commented 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 commented 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.

Sounds good