From a669d3e6eaede80990b2c02aa708ec9a594f04c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 3 Feb 2018 14:07:15 +0100 Subject: [PATCH] Bump the rand crate version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96e64d16..2bdbee99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ debug = [ ] [dependencies] typenum = "1.7" generic-array = "0.8" -rand = "0.3" +rand = "0.4" num-traits = "0.1" num-complex = "0.1" approx = "0.1"