Skip to content

Commit

Permalink
Merge pull request #812 from zcash/bip0039-0.10
Browse files Browse the repository at this point in the history
zcash_primitives: Downgrade to `bip0039 0.10`
  • Loading branch information
nuttycom authored Apr 12, 2023
2 parents 3ff5fa5 + edb1941 commit 14fe48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this library adheres to Rust's notion of

### Changed
- Bumped dependencies to `bls12_381 0.8`, `ff 0.13`, `group 0.13`,
`jubjub 0.10`, `orchard 0.4`, `sha2 0.10`, `bip0039 0.11`.
`jubjub 0.10`, `orchard 0.4`, `sha2 0.10`, `bip0039 0.10`.

## [0.10.2] - 2023-03-16
### Added
Expand Down
2 changes: 1 addition & 1 deletion zcash_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hdwallet = { version = "0.3.1", optional = true }
secp256k1 = { version = "0.21", optional = true }

# - ZIP 339
bip0039 = { version = "0.11", features = ["std", "all-languages"] }
bip0039 = { version = "0.10", features = ["std", "all-languages"] }

# Dependencies used internally:
# (Breaking upgrades to these are usually backwards-compatible, but check MSRVs.)
Expand Down

0 comments on commit 14fe48b

Please sign in to comment.