Skip to content

Commit bc8135d

Browse files
committed
chore(deps): update bdk_wallet version
- delete version pin - explicitly bump to 2.4.0 2.4.0 ships a fix for the deprecated marking on part of the code, so we bump to it explicitly to make the requirement visible. We don't revert the pin commit because Cargo.lock still locks 2.1.0, so a plain revert wouldn't be enough to get rid of the deprecated errors.
1 parent f339b3f commit bc8135d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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_wallet = { version = "=2.1.0", features = ["rusqlite", "keys-bip39", "compiler", "std"] }
15+
bdk_wallet = { version = "2.4.0", features = ["rusqlite", "keys-bip39", "compiler", "std"] }
1616
clap = { version = "4.6", features = ["derive","env"] }
1717
clap_complete = "4.6"
1818
dirs = { version = "6.0.0" }

0 commit comments

Comments
 (0)