From 07b50b1a81caf2ce0eae0029dd4385820a5a200e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Nov 2016 20:32:41 -0700 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b23922..ba76a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.0" +version = "0.1.1" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]