Pin rustc-serialize to 0.3.19.

See: https://github.com/rust-lang-nursery/rustc-serialize/pull/159
This commit is contained in:
Andrew Gallant
2016-11-09 20:28:58 -05:00
parent d2e70da040
commit 5462af4434
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ memchr = "0.1"
memmap = "0.5"
num_cpus = "1"
regex = "0.1.77"
rustc-serialize = "0.3"
rustc-serialize = "=0.3.19"
term = "0.4"
[target.'cfg(windows)'.dependencies]