Skip to content

Commit

Permalink
Merge pull request #801 from nuttycom/upgrade/redjubjub
Browse files Browse the repository at this point in the history
Upgrade to redjubjub 0.7.0
  • Loading branch information
nuttycom authored Mar 30, 2023
2 parents 3d65c48 + fcd6f00 commit fb49cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zcash_proofs/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`, `group 0.13`, `jubjub 0.10`,
`bellman 0.14`
`bellman 0.14`, `redjubjub 0.7`

## [0.10.0] - 2023-02-01
### Added
Expand Down
2 changes: 1 addition & 1 deletion zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tracing = "0.1"
# (Breaking upgrades to these are usually backwards-compatible, but check MSRVs.)
blake2b_simd = "1"
directories = { version = "4", optional = true }
redjubjub = "0.5"
redjubjub = "0.7"
wagyu-zcash-parameters = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit fb49cd4

Please sign in to comment.