Skip to content
Snippets Groups Projects
Verified Commit afca4da3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update syscall

parent 959a917b
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ dependencies = [ ...@@ -39,7 +39,7 @@ dependencies = [
"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "raw-cpuid 8.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.2.5", "redox_syscall 0.2.6",
"rmm 0.1.0", "rmm 0.1.0",
"rustc-demangle 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"slab_allocator 0.3.1", "slab_allocator 0.3.1",
...@@ -128,7 +128,7 @@ dependencies = [ ...@@ -128,7 +128,7 @@ dependencies = [
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.5" version = "0.2.6"
dependencies = [ dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
......
Subproject commit 0f9030f0325769172582818f2d45007b42bdc041 Subproject commit d283835028265c6df1c97519c0ed0679b5b69bc0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment