From 3c765737a5e9146ffb241c67050c1be9bf28aab7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 28 Nov 2017 21:47:15 -0700 Subject: [PATCH] 0.1.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd912d844c..1efb2f14ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.31" +version = "0.1.32" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]