From 0448fd5aceb5d4ce070c37e5ee591b908d72b9ef Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 12 Jul 2018 15:37:36 +1000 Subject: [PATCH] Downgrade rand to suit bls repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f625e8694..7f18c70119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul Hauner "] [dependencies] ethereum-types = "" -rand = "" +rand = "0.3" bytes = "" blake2 = "^0.7.1" crypto-mac = "^0.6.2"