From 6e0069163cb35fad4014f0e1a6dfe34c2dd5af30 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Sat, 3 Jan 2015 14:54:31 -0800 Subject: [PATCH] upgrade to new version of rustc-serialize --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd00acc..be99929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "0.0.3" +version = "0.0.4" authors = ["Ty Overby "] repository = "https://github.com/TyOverby/bincode" @@ -11,4 +11,4 @@ license = "MIT" description = "A binary serialization / deserialization strategy and implementation." [dependencies] -rustc-serialize = "0.1.4" +rustc-serialize = "0.2.2"