Update to use upstream libc and rand
This commit is contained in:
parent
28ebdf0de7
commit
01d2c8d0f2
11 changed files with 13 additions and 16 deletions
|
@ -4,8 +4,5 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||
rustc-serialize = "0.3"
|
||||
toml = "*"
|
||||
|
||||
[replace]
|
||||
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue