From 58415fba1713abdcd46bcddae47c433b2f7b8b48 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f428ccd01..853f19d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/ebfull/ff" [dependencies] byteorder = "1" -rand_core = "0.3" +rand_core = "0.4" ff_derive = { version = "0.3.0", path = "ff_derive", optional = true } [features]