From efe8adf1449282c513d1c470c9762eb5bbb5ba51 Mon Sep 17 00:00:00 2001 From: Nathan Stoddard Date: Thu, 26 Mar 2015 14:32:33 -0400 Subject: [PATCH] Update to new version of 'rand'. Fixes compilation on Windows. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9fc1ce..370f6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ rational, and complex types. [dependencies] rustc-serialize = "0.3.5" -rand = "0.2.0" +rand = "0.3.3"