Browse Source

Use released bellperson 0.18.0.

main
porcuquine 3 years ago
committed by Srinath Setty
parent
commit
c28c421ab9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml

@ -11,7 +11,7 @@ license-file = "LICENSE"
keywords = ["zkSNARKs", "cryptography", "proofs"] keywords = ["zkSNARKs", "cryptography", "proofs"]
[dependencies] [dependencies]
bellperson = { git = "https://github.com/filecoin-project/bellperson" }
bellperson = "0.18.0"
ff = "0.11.0" ff = "0.11.0"
merlin = "2.0.0" merlin = "2.0.0"
rand = "0.8.4" rand = "0.8.4"

Loading…
Cancel
Save