From 3377a5cd2ddfd453de5ba12f064403f21f240b65 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 14 Dec 2016 19:45:18 -0700 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 642a384..9562dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.11" +version = "0.1.12" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]