From d10107e39c3e75d44ddc54b34a8ff8179522c2bd Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 5 Jul 2017 21:05:42 -0600 Subject: [PATCH] 0.1.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e259576..2772ba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.20" +version = "0.1.21" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]