From d44639145bbadeae57066aecaec146f7d3e8c645 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 15 Nov 2016 17:05:49 -0700 Subject: [PATCH] Update syscall --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d483c554c7..19a69d8e75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)", "rand 0.3.14 (git+https://github.com/rust-lang-nursery/rand.git)", - "redox_syscall 0.1.3 (git+https://github.com/redox-os/syscall.git)", + "redox_syscall 0.1.4 (git+https://github.com/redox-os/syscall.git)", "termion 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -50,8 +50,8 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.3" -source = "git+https://github.com/redox-os/syscall.git#cd6f7c219cc295e9d0b9f5068b107fd13f12af90" +version = "0.1.4" +source = "git+https://github.com/redox-os/syscall.git#3e39d46f969a0576120994ea13530e5712773cf5" [[package]] name = "termion" @@ -68,5 +68,5 @@ dependencies = [ "checksum libc 0.2.17 (git+https://github.com/rust-lang/libc.git)" = "" "checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8" "checksum rand 0.3.14 (git+https://github.com/rust-lang-nursery/rand.git)" = "" -"checksum redox_syscall 0.1.3 (git+https://github.com/redox-os/syscall.git)" = "" +"checksum redox_syscall 0.1.4 (git+https://github.com/redox-os/syscall.git)" = "" "checksum termion 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d94a5aea537a27dd9412585d7d77f2c382a2361f2b6a7cf0a6a56ea04aa5b71a"