Skip to content

Commit 7b0b479

Browse files
Merge #144: Update bdk from 0.27 to 0.27.1
26cdc20 Update bdk from 0.27 to 0.27.1 (Steve Myers) Pull request description: ### Description Update `bdk` from 0.27 to 0.27.1 to fix bitcoindevkit/bdk#866. ### Notes to the reviewers Once we get this verified for `bdk-cli` and `bdk-ffi` I'll publish the new bdk release and update this PR to use the new version. ## Changelog notice Changed - Update bdk from 0.27 to 0.27.1 to fix bitcoindevkit/bdk#866. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: rajarshimaitra: tACK 26cdc20 Tree-SHA512: 7bc463872475804266ddef0bfe28a921395a526f3f9862152c3d48a6cdbfba45e9be9a99f919c27a872d76c21e119a54197a1c17bef45362e32eeb948258740f
2 parents c00258b + 26cdc20 commit 7b0b479

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

Cargo.lock

Lines changed: 16 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
license = "MIT"
1313

1414
[dependencies]
15-
bdk = { version = "0.27", default-features = false, features = ["all-keys"] }
15+
bdk = { version = "0.27.1", default-features = false, features = ["all-keys"] }
1616
bdk-macros = "0.6"
1717
clap = { version = "3.2.22", features = ["derive"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)