From 98296d60e7d5db8296748e263eca2c55026ef056 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 12 Apr 2019 23:17:58 +0200 Subject: [PATCH] lower rand version requirement --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c77315bea48..bb86795270fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ shell-escape = "0.1.4" # for more information. rustc-workspace-hack = "1.0.0" hex = "0.3.2" -rand = "0.6.5" +rand = "0.6" [build-dependencies] vergen = "3"