zcash_proofs 0.3.0
This commit is contained in:
parent
e25a7dacdf
commit
9ce0994f0b
|
@ -27,7 +27,7 @@ zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
|
|||
[dev-dependencies]
|
||||
rand_core = "0.5.1"
|
||||
tempfile = "3"
|
||||
zcash_proofs = { version = "0.2", path = "../zcash_proofs" }
|
||||
zcash_proofs = { version = "0.3", path = "../zcash_proofs" }
|
||||
|
||||
[features]
|
||||
mainnet = []
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zcash_proofs"
|
||||
description = "Zcash zk-SNARK circuits and proving APIs"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
"Jack Grigg <jack@z.cash>",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue