From 095a5baafa5992700586358deb17f4dd7bac8176 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 10 Dec 2016 22:03:02 -0700 Subject: [PATCH] Do not checkout rand --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d84e355866..533e1670bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ name = "sudo" path = "src/bin/sudo.rs" [dependencies] -rand = { git = "https://github.com/rust-lang-nursery/rand.git" } +rand = "0.3" redox_syscall = { git = "https://github.com/redox-os/syscall.git" } termion = "1.1"