bitcoindevkit / bdk-cli

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

Bump bdk and bdk-cli to version 0.28.0 #153

Open notmandatory opened 1 year ago

notmandatory commented 1 year ago

Description

Bump bdk and bdk-cli to version 0.28.0

Notes to the reviewers

The bump to bdk 0.28.0 only required adding the new std feature, since bdk-cli disables default features.

Changelog notice

Changes

Checklists

All Submissions:

New Features:

notmandatory commented 1 year ago

Looks like there's a problem with building for 0.57 so moved this to draft status until I (or someone else) can take a look.

adoerr commented 1 year ago

Looks like there's a problem with building for 0.57 so moved this to draft status until I (or someone else) can take a look.

You might want to try

cargo update -p zstd-sys --precise "2.0.4+zstd.1.5.2"

since this seems to be the offending dependency.