From 055280fd82d6e792acc8148f2099a57a19aaf473 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 12 Jul 2019 23:51:35 -0400 Subject: [PATCH] Migrate ff, group, pairing, and bellman to rand 0.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72a803489..a56b1edeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/ebfull/bellman" version = "0.1.0" [dependencies] -rand_core = "0.3" +rand_core = "0.4" bit-vec = "0.4.4" ff = { path = "../ff" } futures = "0.1" @@ -21,7 +21,7 @@ pairing = { path = "../pairing", optional = true } byteorder = "1" [dev-dependencies] -rand = "0.5" +rand = "0.6" [features] groth16 = ["pairing"]