From 0b51bddd288dac97c9c7fc04bca9f16ad3b93bd2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 4 May 2021 08:09:58 -0600 Subject: [PATCH] 0.2.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0588a63..56aae40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.2.7" +version = "0.2.8" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]