From bc3b49e0fda2370e8cefbfa1457c8bb663d39e95 Mon Sep 17 00:00:00 2001 From: Francesco Mazzoli Date: Wed, 7 Jan 2015 19:29:45 +0100 Subject: [PATCH] Use latest rustc-serialize Needed to compile with latest nightly. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38c8544..8d184b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ license = "MIT" description = "A binary serialization / deserialization strategy and implementation." [dependencies] -rustc-serialize = "0.2.5" +rustc-serialize = "0.2.6"