From 19feb0297f37fa7bef23c1845c07024467ee4f59 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Mon, 25 Jan 2021 09:26:50 -0500 Subject: [PATCH] core: Upgrade redox_syscall to v0.2.4 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index db7830e0..f1a08029 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ instant = "0.1.4" libc = "0.2.71" [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.1.56" +redox_syscall = "0.2.4" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.8", features = ["winnt", "ntstatus", "minwindef",