From cd6f7c219cc295e9d0b9f5068b107fd13f12af90 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 15 Nov 2016 15:29:00 -0700 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 486aa59..bf4a42c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.2" +version = "0.1.3" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]