From 76b36fec2e87bce6168ccd71f82b7d8f6560c212 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 29 Jul 2017 08:16:31 -0600 Subject: [PATCH] 0.1.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a2fe04..f872ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.27" +version = "0.1.28" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]