From 63ec6e6467a504e9445b9c69450a80a4dc5e6a88 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 26 Aug 2019 20:53:33 +0200 Subject: [PATCH] decrease getrandom version so that we dont have to bump Cargo.toml in rustc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ab0580cc631..6f45cc7a06db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ byteorder = { version = "1.1", features = ["i128"]} cargo_metadata = { version = "0.8", optional = true } directories = { version = "2.0", optional = true } rustc_version = { version = "0.2.3", optional = true } -getrandom = "0.1.10" +getrandom = "0.1.8" env_logger = "0.6" log = "0.4" shell-escape = "0.1.4"