Skip to content

Commit

Permalink
Bump zcash_proofs from 0.13.0-rc.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [zcash_proofs](https://github.com/zcash/librustzcash) from 0.13.0-rc.1 to 0.14.0.
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_proofs-0.13.0-rc.1...zcash_proofs-0.14.0)

---
updated-dependencies:
- dependency-name: zcash_proofs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent cf9e0d2 commit b1e4140
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 7 deletions.
146 changes: 140 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ zcash_address = "0.3"
zcash_encoding = "0.2"
zcash_note_encryption = "0.4"
zcash_primitives = { version = "=0.13.0-rc.1", features = ["temporary-zcashd", "transparent-inputs"] }
zcash_proofs = { version = "=0.13.0-rc.1", features = ["directories"] }
zcash_proofs = { version = "=0.14.0", features = ["directories"] }
bridgetree = "0.4"
rand = "0.8"

Expand Down

0 comments on commit b1e4140

Please sign in to comment.