From 4efc72b0a8143bda87957d4cae11d5a9c94cd748 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 27 Nov 2016 16:49:29 -0700 Subject: [PATCH] Remove rand replace --- e1000d/Cargo.toml | 1 - rtl8168d/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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" }