From fa4eaeb7a68ac1af795d5bf645ad455404c22261 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 14 Jul 2019 12:19:01 +0100 Subject: [PATCH] Migrate to rand 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a065e258..759fd3d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ homepage = "https://github.com/ebfull/pairing" repository = "https://github.com/ebfull/pairing" [dependencies] -rand_core = "0.4" byteorder = "1" ff = { path = "../ff", features = ["derive"] } group = { path = "../group" } +rand_core = "0.5" [dev-dependencies] -rand_xorshift = "0.1" +rand_xorshift = "0.2" [features] unstable-features = ["expose-arith"]