Update rmm and syscall

This commit is contained in:
Jeremy Soller
2021-05-03 17:16:59 -06:00
parent ff8cb8abe8
commit 826180659c
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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)",
]

2
rmm

Submodule rmm updated: 7fd1218465...6174f5a9be

Submodule syscall updated: d283835028...3f688a1756