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