From 96d5656ef9aed8fc95845aa8cd6b9bc920135032 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 Jun 2017 20:36:32 -0600 Subject: [PATCH] 0.1.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e278dd0..fb227e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.17" +version = "0.1.18" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]