From a3f77e251e7422803f693df6e3fc313c010c4dcb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 7 Sep 2025 19:06:15 -0600 Subject: [PATCH] Update redox-syscall to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ed404a..08ee95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ features = [ ] [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.4" +redox_syscall = "0.5" [build-dependencies] cfg_aliases = "0.2.0"