mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Update for new rustc-serialize
This commit is contained in:
parent
87f40b56c8
commit
511e91624d
@ -4,8 +4,5 @@ version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
rustc-serialize = { git = "https://github.com/jackpot51/rustc-serialize.git" }
|
||||
toml = "*"
|
||||
|
||||
[replace]
|
||||
"rustc-serialize:0.3.20" = { git = "https://github.com/jackpot51/rustc-serialize.git" }
|
||||
rustc-serialize = "0.3"
|
||||
toml = "0.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user