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

Update syscall.

parent ca239589
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=schemev2plus#35600d6c9c46a4d54ec17d80c9ff5d17ef79a052"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags",
]
......@@ -13,6 +13,3 @@ description = "Library for writing Redox scheme daemons"
[dependencies]
redox_syscall = "0.5"
libredox = { version = "0.1.3", default-features = false, features = ["redox_syscall", "call"] }
[patch.crates-io]
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "schemev2plus", features = ["std"] }
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