From 6c76adca08ee595a902023620910e28ff5d14d22 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 25 Jun 2020 22:04:24 +1200 Subject: [PATCH] bellman: Migrate to bit-vec 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e52192..09b7720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ version = "0.6.0" edition = "2018" [dependencies] -bit-vec = "0.4.4" +bit-vec = "0.6" blake2s_simd = "0.5" ff = { version = "0.6", path = "../ff" } futures = "0.1"