From 271374cd4d1f949e1d81ee2c82bfc98ef95f0d56 Mon Sep 17 00:00:00 2001 From: Akshit Gaur Date: Mon, 6 Apr 2026 14:44:09 +0530 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 366af49b41..a633d2f34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.7.3" +version = "0.7.4" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]