Skip to content

Commit 8694624

Browse files
committed
Bump bip39 to v2.0
We previously bumped the `bip39` version to 2.0 in the 0.2X release branch. Back then, bumping it in `master` was erroneously considered unnecessary. Here, we therefore bump the crate version in `master` after all.
1 parent f6418ba commit 8694624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bdk_chain = { path = "../chain", version = "0.6.0", features = ["miniscript", "s
2222

2323
# Optional dependencies
2424
hwi = { version = "0.7.0", optional = true, features = [ "miniscript"] }
25-
bip39 = { version = "1.0.1", optional = true }
25+
bip39 = { version = "2.0", optional = true }
2626

2727
[target.'cfg(target_arch = "wasm32")'.dependencies]
2828
getrandom = "0.2"

0 commit comments

Comments
 (0)