From 826180659cda5f49304f8e89a04fbe97148a2471 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 May 2021 17:16:59 -0600 Subject: [PATCH] Update rmm and syscall --- Cargo.lock | 4 ++-- rmm | 2 +- syscall | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 468ab3e..289003f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 8.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.2.6", + "redox_syscall 0.2.7", "rmm 0.1.0", "rustc-demangle 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "slab_allocator 0.3.1", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.6" +version = "0.2.7" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/rmm b/rmm index 7fd1218..6174f5a 160000 --- a/rmm +++ b/rmm @@ -1 +1 @@ -Subproject commit 7fd1218465b58bd88ecdaeaf63683019ad74ed41 +Subproject commit 6174f5a9be4ab557327c036d80505083f744ac20 diff --git a/syscall b/syscall index d283835..3f688a1 160000 --- a/syscall +++ b/syscall @@ -1 +1 @@ -Subproject commit d283835028265c6df1c97519c0ed0679b5b69bc0 +Subproject commit 3f688a175683e0b82b556fb9394764c1aeecdd74