From f8fd49c375f912860db9a6f7acc797e3917c55b0 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 24 Apr 2015 04:22:23 +1000 Subject: [PATCH] Use latest version of rand crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b86ac3d..fb6e777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ rational, and complex types. [dependencies] rustc-serialize = "0.3.13" -rand = "0.3.3" +rand = "0.3.8"