Fix rustc-serialize

This commit is contained in:
Jeremy Soller 2016-11-03 15:47:54 -06:00
parent 1a4d36fc21
commit e13829cc70

View file

@ -4,5 +4,8 @@ version = "0.1.0"
[dependencies]
redox_syscall = { path = "../../syscall/" }
rustc-serialize = "0.3.19"
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
toml = "*"
[replace]
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }