Fix serde_macros

This commit is contained in:
Manish Goregaokar 2015-10-28 21:53:15 +05:30
parent ce5586f74a
commit 184b2bacf3
16 changed files with 94 additions and 131 deletions

View file

@ -20,7 +20,7 @@ log = "0.3"
rand = "0.3"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = "0.1"
time = "0.1.12"