From e3557d61e71d7fe54ecc36496b5a4dbf87e58e27 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 24 Apr 2015 04:11:12 +1000 Subject: [PATCH] Use latest rustc-serialize and increment version for crates.io --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8195ecd..b86ac3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.23" +version = "0.1.24" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num" @@ -14,5 +14,5 @@ rational, and complex types. """ [dependencies] -rustc-serialize = "0.3.5" +rustc-serialize = "0.3.13" rand = "0.3.3"