Skip to content

Commit 1ff9d5c

Browse files
committed
Merge #1259: Bump bip39 dependency to v2.0
8694624 Bump `bip39` to v2.0 (Elias Rohrer) Pull request description: We previously bumped the `bip39` version to 2.0 [in the 0.2X release branch](#875). Back then, bumping it in `master` was [assumed unnecessary](#875 (comment)). It seems this was erroneous, as the current `1.0.1` dependency is present since #793, which was merged before the bump in `release/0.27`. Here, we therefore bump the crate version in `master` after all. ACKs for top commit: notmandatory: ACK 8694624 Tree-SHA512: a109219bc97bb8e965e8b10e72439aa898b710d1d1a154801ce499ad47475a6b23448d85e0de3f306f990573d1fccdae7d587ed41676a01f91d66a719782eae1
2 parents f6418ba + 8694624 commit 1ff9d5c

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)