mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Fix rustc-serialize
This commit is contained in:
parent
1a4d36fc21
commit
e13829cc70
@ -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" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user