diff --git a/Cargo.toml b/Cargo.toml index 301eaa0..dd1a2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license-file = "LICENSE" keywords = ["zkSNARKs", "cryptography", "proofs"] [dependencies] -bellperson = { git = "https://github.com/filecoin-project/bellperson" } +bellperson = "0.18.0" ff = "0.11.0" merlin = "2.0.0" rand = "0.8.4"