From 85792b752f2bf51d00ccd6063a0f8c17963c7e45 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Mon, 3 Mar 2025 18:52:23 +0100 Subject: [PATCH] 0.5.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f9ddd48aa..90fa2d8056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.9" +version = "0.5.10" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]