From 91a8dc8284a09c456b36da44ca7de36f8b50550d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 2 Jul 2018 09:18:34 +0100 Subject: [PATCH] Update rand crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 195b1078a..ef9a54f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/ebfull/ff" [dependencies] byteorder = "1" -rand = "0.3" +rand = "0.4" ff_derive = { version = "0.2.0", path = "ff_derive" } [features]