Skip to content

Commit

Permalink
Bump bip39 to v2.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tnull committed Jan 7, 2024
1 parent f6418ba commit 8694624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bdk_chain = { path = "../chain", version = "0.6.0", features = ["miniscript", "s

# Optional dependencies
hwi = { version = "0.7.0", optional = true, features = [ "miniscript"] }
bip39 = { version = "1.0.1", optional = true }
bip39 = { version = "2.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = "0.2"
Expand Down

0 comments on commit 8694624

Please sign in to comment.