Skip to content

Commit

Permalink
reverted bip32 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremoUGH committed Feb 10, 2023
1 parent 61db421 commit 1f93fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manta-pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ websocket = [
[dependencies]
aes-gcm = { version = "0.9.4", default-features = false, features = ["aes", "alloc"] }
bip0039 = { version = "0.10.1", optional = true, default-features = false }
bip32 = { version = "0.4.0", optional = true, default-features = false, features = ["bip39", "secp256k1"] }
bip32 = { version = "0.3.0", optional = true, default-features = false, features = ["bip39", "secp256k1"] }
blake2 = { version = "0.10.6", default-features = false }
bs58 = { version = "0.4.0", optional = true, default-features = false, features = ["alloc"] }
clap = { version = "3.2.23", optional = true, default-features = false, features = ["color", "derive", "std", "suggestions", "unicode", "wrap_help"] }
Expand Down

0 comments on commit 1f93fd7

Please sign in to comment.