diff --git a/e1000d/Cargo.toml b/e1000d/Cargo.toml index dc0120893f..1c8431a89c 100644 --- a/e1000d/Cargo.toml +++ b/e1000d/Cargo.toml @@ -12,4 +12,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" } diff --git a/rtl8168d/Cargo.toml b/rtl8168d/Cargo.toml index dbc13b98d7..2672a5c2ec 100644 --- a/rtl8168d/Cargo.toml +++ b/rtl8168d/Cargo.toml @@ -12,4 +12,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" }