Skip to content

Commit 6629732

Browse files
authored
feat(bellman): use new bellman version which does not panic (#936)
1 parent c6e7436 commit 6629732

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fil-proofs-tooling/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ human-size = "0.4"
2222
prettytable-rs = "0.8"
2323
regex = "1.1.6"
2424
commandspec = "0.12.2"
25-
bellperson = "0.3.3"
25+
bellperson = ">=0.3.4"
2626
chrono = { version = "0.4.7", features = ["serde"] }
2727
fil-sapling-crypto = "0.1.2"
2828
memmap = "0.7.0"

filecoin-proofs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ regex = "1"
2828
ff = "0.4.0"
2929
blake2b_simd = "0.5"
3030
phase21 = "0.3"
31-
bellperson = "0.3.3"
31+
bellperson = ">=0.3.4"
3232
paired = "0.15"
3333
fil-sapling-crypto = "0.1.2"
3434
clap = "2"

storage-proofs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ blake2b_simd = "0.5"
4040
blake2s_simd = "0.5"
4141
toml = "0.5"
4242
ff = "0.4.0"
43-
bellperson = "0.3.3"
43+
bellperson = ">=0.3.4"
4444
paired = { version = "0.15.1", features = ["serde"] }
4545
fil-sapling-crypto = "0.1.2"
4646
serde_json = "1.0"

0 commit comments

Comments
 (0)