Update to use upstream libc and rand

This commit is contained in:
Jeremy Soller 2016-11-09 10:43:05 -07:00
parent 28ebdf0de7
commit 01d2c8d0f2
11 changed files with 13 additions and 16 deletions

View file

@ -15,4 +15,4 @@ libc = { path = "libc" }
unwind = { path = "unwind" }
[replace]
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -10,4 +10,4 @@ default-features = false
features = ["allocator"]
[replace]
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }