From abf7e59f5ad001a7a981d53751368c8fad189ffc Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 14 Mar 2023 09:24:09 -0600 Subject: [PATCH] 0.3.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e29c517699..c9d7ca0e9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.3.4" +version = "0.3.5" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]