From 44e0cb32df3ece5f53c2474dfc0acfe477e9aa2a Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sun, 17 Mar 2024 18:07:59 +0100 Subject: [PATCH] 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 090171270c..dac1ef1a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.0" +version = "0.5.1" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]