Skip to content

Commit

Permalink
Bump bip39 crate to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Mar 7, 2023
1 parent b111f97 commit a4647cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cc = { version = ">=1.0.64", optional = true }
socks = { version = "0.3", optional = true }
hwi = { version = "0.5", optional = true, features = [ "use-miniscript"] }

bip39 = { version = "1.0.1", optional = true }
bip39 = { version = "2.0.0", optional = true }
bitcoinconsensus = { version = "0.19.0-3", optional = true }

# Needed by bdk_blockchain_tests macro and the `rpc` feature
Expand Down

0 comments on commit a4647cf

Please sign in to comment.