Skip to content

Commit

Permalink
zcash_proofs 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 25, 2023
1 parent d35d096 commit 1a1abb6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ proptest = "1.0.0"
rand_core = "0.6"
rand_xorshift = "0.3"
tempfile = "3.5.0"
zcash_proofs = { version = "=0.13.0-rc.1", path = "../zcash_proofs", default-features = false }
zcash_proofs = { version = "0.13", path = "../zcash_proofs", default-features = false }
zcash_address = { version = "0.3", path = "../components/zcash_address", features = ["test-dependencies"] }

time = ">=0.3.22, <0.3.24" # time 0.3.24 has MSRV 1.67
Expand Down
2 changes: 1 addition & 1 deletion zcash_client_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rand_core = "0.6"
regex = "1.4"
tempfile = "3.5.0"
zcash_note_encryption = "0.4"
zcash_proofs = { version = "=0.13.0-rc.1", path = "../zcash_proofs" }
zcash_proofs = { version = "0.13", path = "../zcash_proofs" }
zcash_primitives = { version = "0.13", path = "../zcash_primitives", features = ["test-dependencies"] }
zcash_client_backend = { version = "=0.10.0-rc.4", path = "../zcash_client_backend", features = ["test-dependencies", "unstable-serialization", "unstable-spanning-tree"] }
zcash_address = { version = "0.3", path = "../components/zcash_address", features = ["test-dependencies"] }
Expand Down
2 changes: 1 addition & 1 deletion zcash_extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ff = "0.13"
jubjub = "0.10"
rand_core = "0.6"
zcash_address = { version = "0.3", path = "../components/zcash_address" }
zcash_proofs = { version = "=0.13.0-rc.1", path = "../zcash_proofs" }
zcash_proofs = { version = "0.13", path = "../zcash_proofs" }

[features]
transparent-inputs = []
Expand Down
2 changes: 1 addition & 1 deletion zcash_proofs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.13.0-rc.1] - 2023-09-08
## [0.13.0] - 2023-09-25
### Changed
- Bumped dependencies to `zcash_primitives 0.13`.

Expand Down
2 changes: 1 addition & 1 deletion zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_proofs"
description = "Zcash zk-SNARK circuits and proving APIs"
version = "0.13.0-rc.1"
version = "0.13.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand Down

0 comments on commit 1a1abb6

Please sign in to comment.