Skip to content

Commit

Permalink
feat(bellman): use new bellman version which does not panic (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
laser authored Nov 2, 2019
1 parent c6e7436 commit 6629732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ human-size = "0.4"
prettytable-rs = "0.8"
regex = "1.1.6"
commandspec = "0.12.2"
bellperson = "0.3.3"
bellperson = ">=0.3.4"
chrono = { version = "0.4.7", features = ["serde"] }
fil-sapling-crypto = "0.1.2"
memmap = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex = "1"
ff = "0.4.0"
blake2b_simd = "0.5"
phase21 = "0.3"
bellperson = "0.3.3"
bellperson = ">=0.3.4"
paired = "0.15"
fil-sapling-crypto = "0.1.2"
clap = "2"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ blake2b_simd = "0.5"
blake2s_simd = "0.5"
toml = "0.5"
ff = "0.4.0"
bellperson = "0.3.3"
bellperson = ">=0.3.4"
paired = { version = "0.15.1", features = ["serde"] }
fil-sapling-crypto = "0.1.2"
serde_json = "1.0"
Expand Down

0 comments on commit 6629732

Please sign in to comment.