Remove rand replace

This commit is contained in:
Jeremy Soller 2016-11-27 16:49:29 -07:00
parent 44bd824140
commit c9e1744423
9 changed files with 3 additions and 9 deletions

View file

@ -9,4 +9,3 @@ redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
"rand:0.3.14" = { git = "https://github.com/rust-lang-nursery/rand.git" }