From f76771491cb55a855c2e6c26d123540ac755b5ee Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Fri, 25 Mar 2022 15:07:29 +0100 Subject: [PATCH] Update syscall --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e056af6..38fd80d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,9 +1071,8 @@ checksum = "c4e4404b4e54e59e7bb5f5236b61d8e822c2a77b2e955be8072002ff7ff8d69c" [[package]] name = "redox_syscall" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" +version = "0.2.12" +source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=update-toolchain-2022#94de991da2a75c45be0b73b18adc26522fb6f4a8" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index f1a8796..21ee657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pkgar-core = "0.1.0" pkgar-keys = "0.1.0" rand = "0.8" redox_pkgutils = "0.1.6" -redox_syscall = "0.2.11" +redox_syscall = "0.2.12" redoxfs = "0.5.0" rust-argon2 = "0.8.2" serde = "1.0.110" -- GitLab