From 82c8ccb56ceb5fe8f3fe350d247c796009f0bef3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 19 Mar 2017 17:31:20 -0600 Subject: [PATCH] 0.1.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 217b75d..e278dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.16" +version = "0.1.17" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]