From c9e1744423db22d6177098479d30223c39848836 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 27 Nov 2016 16:49:29 -0700 Subject: [PATCH] Remove rand replace --- drivers/e1000d/Cargo.toml | 1 - drivers/rtl8168d/Cargo.toml | 1 - programs/ion | 2 +- programs/netutils | 2 +- programs/orbutils | 2 +- schemes/ethernetd/Cargo.toml | 1 - schemes/ipd/Cargo.toml | 1 - schemes/tcpd/Cargo.toml | 1 - schemes/udpd/Cargo.toml | 1 - 9 files changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/e1000d/Cargo.toml b/drivers/e1000d/Cargo.toml index dc01208..1c8431a 100644 --- a/drivers/e1000d/Cargo.toml +++ b/drivers/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/drivers/rtl8168d/Cargo.toml b/drivers/rtl8168d/Cargo.toml index dbc13b9..2672a5c 100644 --- a/drivers/rtl8168d/Cargo.toml +++ b/drivers/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" } diff --git a/programs/ion b/programs/ion index 16f4415..da631f8 160000 --- a/programs/ion +++ b/programs/ion @@ -1 +1 @@ -Subproject commit 16f4415f88a4094d89f2c0db22b3c9c247488976 +Subproject commit da631f85de79d2e53a57aba8146f10f31f8ba343 diff --git a/programs/netutils b/programs/netutils index b51d926..a66bf2e 160000 --- a/programs/netutils +++ b/programs/netutils @@ -1 +1 @@ -Subproject commit b51d92633b63e75024f2e0d093fb7708b6e129b8 +Subproject commit a66bf2eee17c0bf17137e1b612fe04d43cf5015d diff --git a/programs/orbutils b/programs/orbutils index 0459aa2..07fdc74 160000 --- a/programs/orbutils +++ b/programs/orbutils @@ -1 +1 @@ -Subproject commit 0459aa2df66d9f6f0f76fde70deda51fda6621c3 +Subproject commit 07fdc7433bcf21383c1ea9ed7f7418d1409cacbf diff --git a/schemes/ethernetd/Cargo.toml b/schemes/ethernetd/Cargo.toml index abeeaf3..ad425ae 100644 --- a/schemes/ethernetd/Cargo.toml +++ b/schemes/ethernetd/Cargo.toml @@ -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" } diff --git a/schemes/ipd/Cargo.toml b/schemes/ipd/Cargo.toml index 4400fc5..f1efafa 100644 --- a/schemes/ipd/Cargo.toml +++ b/schemes/ipd/Cargo.toml @@ -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" } diff --git a/schemes/tcpd/Cargo.toml b/schemes/tcpd/Cargo.toml index 1f2b87e..f4e7c5b 100644 --- a/schemes/tcpd/Cargo.toml +++ b/schemes/tcpd/Cargo.toml @@ -10,4 +10,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/schemes/udpd/Cargo.toml b/schemes/udpd/Cargo.toml index 20675e7..67ef8fc 100644 --- a/schemes/udpd/Cargo.toml +++ b/schemes/udpd/Cargo.toml @@ -10,4 +10,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" }