From 6128f1acf0f9be7d28a091c1bf8b05b73885d72e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 15 Jul 2024 09:29:54 -0600 Subject: [PATCH] 0.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8333562831..d654a9ddbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.2" +version = "0.5.3" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]