From aa2115faac84f84dd3e69a13ebba16fb0095b8c7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 15 Oct 2023 22:15:02 -0400 Subject: [PATCH] Updated redox_syscall dep --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 28588ef9..384bbbc5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -24,7 +24,7 @@ backtrace = { version = "0.3.60", optional = true } libc = "0.2.95" [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.3" +redox_syscall = "0.4" [target.'cfg(windows)'.dependencies] windows-targets = "0.48.0"