Use latest rustc-serialize

Needed to compile with latest nightly.
This commit is contained in:
Francesco Mazzoli 2015-01-07 19:29:45 +01:00
parent b4023f5281
commit bc3b49e0fd
1 changed files with 1 additions and 1 deletions

View File

@ -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"