From 0c73dc70345776a48700fabdc335a5971068c121 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sun, 1 Nov 2020 18:52:26 +0100 Subject: [PATCH] chore: update bellperson to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6bceeb..b6459a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ num_cpus = "1" crossbeam = "0.8" ff = { version = "0.2.1", package = "fff" } blake2b_simd = "0.5.8" -bellperson = { version = "0.11", default-features = false } +bellperson = { version = "0.12", default-features = false } groupy = "0.3.0" rand_chacha = "0.2.1" rayon = "1.2.1"