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]