From 548f9b0197bc45b2195b4ad6b8cf2202d8e297a2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 24 Feb 2026 08:09:29 -0700 Subject: [PATCH] 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff68b189a1..ba2e671676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.7.1" +version = "0.7.2" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]