From c28c421ab96832fbacbe7950e6a79e904a1c31d9 Mon Sep 17 00:00:00 2001 From: porcuquine Date: Mon, 18 Oct 2021 17:29:07 -0700 Subject: [PATCH] Use released bellperson 0.18.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"