From f821e2ceb7bf2af0ece0334e06ec89a99404cf59 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Tue, 10 Jun 2025 12:58:32 -0700 Subject: [PATCH] Bump minor version due to change in filetype constants --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ee26a4ad4..0d7434e1a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.5.12" +version = "0.5.13" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]