From f3fc45a1b74debc4a188276640fdfb8be47ccc25 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Mon, 30 Sep 2024 09:07:54 +0200 Subject: [PATCH] 0.5.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 912f60d5d9..ca03a06027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.6" +version = "0.5.7" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]