From ff334a53cfa9ed68fbcaa30aaa4e2252b2add66d Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Sat, 20 Jul 2019 15:01:17 +0200 Subject: [PATCH 1/2] 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" From 7e31e503c3294916db92ee332d2a29e9dbdc67c4 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Sat, 20 Jul 2019 16:52:56 +0200 Subject: [PATCH 2/2] Update macros' rand to 0.7.0 --- macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ba6db64f..52e6d3c9 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,8 +21,8 @@ features = ["extra-traits", "full"] version = "0.15.13" [dependencies.rand] -version = "0.5.5" -default-features = false +version = "0.7.0" +features = ["small_rng"] [dev-dependencies] cortex-m-rt = { path = "..", version = "0.6.0" }