From 581ccf3c5aebe27a9b5f7de7c09e323ebfc2f01d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 10 Jul 2017 18:51:47 -0600 Subject: [PATCH] 0.1.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f17fe14..5e1067d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.24" +version = "0.1.25" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]