Skip to content
Snippets Groups Projects
Verified Commit db3ae355 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Update syscall.

parent 21c62fd6
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "init"
version = "0.1.0"
dependencies = [
"redox_syscall 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.2.7"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
......@@ -22,4 +22,4 @@ dependencies = [
[metadata]
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum redox_syscall 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2"
"checksum redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
......@@ -3,4 +3,4 @@ name = "init"
version = "0.1.0"
[dependencies]
redox_syscall = "0.2.7"
redox_syscall = "0.2.9"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment