Fix rustc-serialize
This commit is contained in:
parent
1a4d36fc21
commit
e13829cc70
|
@ -4,5 +4,8 @@ version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
redox_syscall = { path = "../../syscall/" }
|
redox_syscall = { path = "../../syscall/" }
|
||||||
rustc-serialize = "0.3.19"
|
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||||
toml = "*"
|
toml = "*"
|
||||||
|
|
||||||
|
[replace]
|
||||||
|
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||||
|
|
Loading…
Reference in a new issue