Skip to content

Commit

Permalink
Merge pull request #115 from filecoin-project/update-bellperson
Browse files Browse the repository at this point in the history
feat: update bellperson to v0.18.0
  • Loading branch information
porcuquine authored Oct 19, 2021
2 parents cf8c7ad + 0772220 commit 0f06cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"

[dependencies]
lazy_static = "1.4.0"
bellperson = "0.17.0"
bellperson = "0.18.0"
blake2s_simd = "0.5"
blstrs = "0.4.0"
byteorder = "1"
Expand Down
2 changes: 1 addition & 1 deletion gbench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
lazy_static = "1.4.0"
bellperson = "0.17.0"
bellperson = "0.18.0"
blake2s_simd = "0.5"
byteorder = "1"
env_logger = "0.7.1"
Expand Down

0 comments on commit 0f06cfe

Please sign in to comment.