Skip to content

Commit c815605

Browse files
committed
Bump the dependency on ironfish-bellperson
1 parent a626b5a commit c815605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ironfish-proofs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ironfish-proofs"
33
description = "Zcash zk-SNARK circuits and proving APIs"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = [
66
"Jack Grigg <[email protected]>",
77
]
@@ -15,7 +15,7 @@ categories = ["cryptography::cryptocurrencies"]
1515
all-features = true
1616

1717
[dependencies]
18-
ironfish-bellperson = { version = "0.1.0", features = ["groth16"] }
18+
ironfish-bellperson = { version = "0.2.0", features = ["groth16"] }
1919
blake2b_simd = "1"
2020
blstrs = { version = "0.6.0", features = ["__private_bench"] }
2121
byteorder = "1"

0 commit comments

Comments
 (0)