From ff334a53cfa9ed68fbcaa30aaa4e2252b2add66d Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Sat, 20 Jul 2019 15:01:17 +0200 Subject: [PATCH] Update rand to 0.7.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fecec9bf..93f118f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,8 @@ panic-halt = "0.2.0" [dev-dependencies.rand] default-features = false -version = "0.5.5" +version = "0.7.0" +features = ["small_rng"] [target.'cfg(not(target_os = "none"))'.dev-dependencies] compiletest_rs = "0.3.14"