Do not checkout rand

This commit is contained in:
Jeremy Soller
2016-12-10 22:03:02 -07:00
parent 80379e0eae
commit 095a5baafa
+1 -1
View File
@@ -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"