From 11fb32afb0371789be1849e504d3421b34ef1c01 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 31 Mar 2019 08:42:05 -0600 Subject: [PATCH] 0.1.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e716c4..4f863ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.51" +version = "0.1.52" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]