upgrade to new version of rustc-serialize

This commit is contained in:
Ty Overby 2015-01-03 14:54:31 -08:00
parent 0b5b3653e4
commit 6e0069163c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bincode"
version = "0.0.3"
version = "0.0.4"
authors = ["Ty Overby <ty@pre-alpha.com>"]
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"