From 2086b4089339053095d8ccd7a0f7c23a01f61466 Mon Sep 17 00:00:00 2001 From: Darin Morrison Date: Tue, 17 Mar 2015 22:12:59 -0600 Subject: [PATCH] Update rand and rustc-serialize deps to fix build --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6fe1f10..787e8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ rational, and complex types. """ [dependencies] -rustc-serialize = "0.2" -rand = "0.1" +rustc-serialize = "0.3.5" +rand = "0.2.0"