From d4797bbf50aa294bce404b30570f0ab6d45753ed Mon Sep 17 00:00:00 2001 From: Anhad Singh <andypython@protonmail.com> Date: Thu, 12 Dec 2024 13:34:49 +1100 Subject: [PATCH] chore: update redox_syscall Signed-off-by: Anhad Singh <andypython@protonmail.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32ff40ab..d2097dc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -233,8 +233,8 @@ checksum = "64072665120942deff5fd5425d6c1811b854f4939e7f1c01ce755f64432bbea7" [[package]] name = "redox_syscall" -version = "0.5.7" -source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#f3fc45a1b74debc4a188276640fdfb8be47ccc25" +version = "0.5.8" +source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#3d786423f1d9c71d408bc3c9a64648b883aaf36b" dependencies = [ "bitflags 2.6.0", ] -- GitLab