From 359fe4b01830227f0ed9214af2e576ef219ff3f7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 2 Nov 2016 19:37:44 -0600 Subject: [PATCH] Use crate of redox_syscall --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 616549d3ac..15927b2e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ path = "src/bin/sudo.rs" [dependencies] rand = { git = "https://github.com/redox-os/rand.git" } -syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" termion = "1.1" [dependencies.argon2rs]