From d80f997275cc0b7dc22ca1a8a736fa87cd016fe1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Jun 2017 11:53:29 -0600 Subject: [PATCH] Update syscall crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb227e9..72de376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.18" +version = "0.1.19" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]