From e554b473dd10885d232f42237c13282f5b6fee43 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 6 Apr 2018 13:29:58 -0600 Subject: [PATCH] Update to bellman 0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b32997d..a8a7d13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ features = ["expose-arith"] [dependencies] rand = "0.4" digest = "0.7" -bellman = "0.0.9" +bellman = "0.1" byteorder = "1" [dependencies.blake2-rfc]