Skip to content

Commit f124d7e

Browse files
authored
Downgrade BIP to v0.3.0 (#332)
* downgrade BIP * changelog
1 parent f6606ca commit f124d7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
- [\#328](https://github.com/Manta-Network/manta-rs/pull/328) Expose reset wallet method.
1010

1111
### Changed
12+
- [\#332](https://github.com/Manta-Network/manta-rs/pull/332) Downgrade BIP32 to v0.3.0.
1213
- [\#327](https://github.com/Manta-Network/manta-rs/pull/327) Update BIP32 to v0.4.0.
1314

1415
### Deprecated

manta-pay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ websocket = [
110110
[dependencies]
111111
aes-gcm = { version = "0.9.4", default-features = false, features = ["aes", "alloc"] }
112112
bip0039 = { version = "0.10.1", optional = true, default-features = false }
113-
bip32 = { version = "0.4.0", optional = true, default-features = false, features = ["bip39", "secp256k1"] }
113+
bip32 = { version = "0.3.0", optional = true, default-features = false, features = ["bip39", "secp256k1"] }
114114
blake2 = { version = "0.10.6", default-features = false }
115115
bs58 = { version = "0.4.0", optional = true, default-features = false, features = ["alloc"] }
116116
clap = { version = "4.1.8", optional = true, default-features = false, features = ["color", "derive", "std", "suggestions", "unicode", "wrap_help"] }

0 commit comments

Comments
 (0)