From e3c2b74dafeb52b064e5d6a6a4520cf4d207a4de Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 4 May 2026 12:30:22 -0600 Subject: [PATCH] 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a633d2f34b..93fc08b1d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.7.4" +version = "0.7.5" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]