Update syscall.
... | ... | @@ -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"] } |
Please register or sign in to comment