Update libc and ralloc, remove ralloc from repo as it is fetched with cargo

This commit is contained in:
Jeremy Soller 2016-11-03 17:18:03 -06:00
parent 67354b6d26
commit a4d973fee2
6 changed files with 4 additions and 8 deletions

View file

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