From f87cbb53130a6a9652e2ed8dd066fa7fa97c8e42 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 16 Nov 2016 20:50:51 -0700 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b69842..5275056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.4" +version = "0.1.5" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]