Skip to content

Commit

Permalink
bump coins-bip32 and coins-bip39 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Jun 9, 2024
1 parent a4bb5f0 commit c68346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/signer-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ elliptic-curve = { workspace = true, optional = true }
eth-keystore = { version = "0.5.0", default-features = false, optional = true }

# mnemonic
coins-bip32 = { version = "0.8.7", default-features = false, optional = true }
coins-bip39 = { version = "0.8.7", default-features = false, features = [
coins-bip32 = { version = "0.11.1", default-features = false, optional = true }
coins-bip39 = { version = "0.11.1", default-features = false, features = [
"english",
], optional = true }

Expand Down

0 comments on commit c68346a

Please sign in to comment.