From 68aac400cc07b3ea08e131e1ca4cbb70ccb37e41 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 5 Apr 2025 17:14:04 +0200 Subject: [PATCH] 0.5.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90fa2d8056..e1e861431e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.10" +version = "0.5.11" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]