From b25b2687567dca4b44d1d9fafcd05e4e1f5df885 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 2 Nov 2016 19:46:34 -0600 Subject: [PATCH] Fix syscall crate name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d82895875..ec5570ab57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "utility/main.rs" [dependencies] spin = "*" -syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = { git = "https://github.com/redox-os/syscall.git" } [target.'cfg(unix)'.dependencies] fuse = "0.2"