From 3e39d46f969a0576120994ea13530e5712773cf5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 15 Nov 2016 16:44:01 -0700 Subject: [PATCH] Add chmod, update cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf4a42c..9b69842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.3" +version = "0.1.4" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]