From 8e3bef80a43b0b7d22568f9e10923f967d7b9ec1 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 22 Dec 2017 03:13:42 -0700 Subject: [PATCH] Bump version of bellman. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4c111f91..18319430e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ features = ["expose-arith"] rand = "0.3" blake2 = "0.7" digest = "0.7" -bellman = "0.0.6" +bellman = "0.0.7" [features] default = ["u128-support"]