From 3ead0d14d4f0a4956e5abb37936a1fc6981ddc44 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 26 Jul 2018 11:14:09 +0200 Subject: [PATCH] Toml version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca39d7..fbfba22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Thomas Forgione "] [dependencies] -rand = "*" +rand = "0.4.2" [[bin]] name = "example"