From 47d05b8de2c4028337b89baa97cb92bea438c6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Fri, 2 Aug 2019 14:55:26 +0200 Subject: [PATCH] Upgrade rand to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c8902986..145b6ecf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ version = "0.6" [dependencies.rand] optional = true -version = "0.6" +version = "0.7" [dependencies.serde] default-features = false