From 71c51bdbbbac3500074a8ed15a2912f38ee7a0f6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 27 Aug 2017 10:49:53 -0600 Subject: [PATCH] 0.1.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96908c2..bd912d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.30" +version = "0.1.31" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]