From 327cf28a6733f6856adff47ae510244cbc387720 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 9 Aug 2017 21:05:28 -0600 Subject: [PATCH] 0.1.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f29a048..96908c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.29" +version = "0.1.30" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]