Update syscall
... | ... | @@ -11,5 +11,5 @@ description = "Library for writing Redox scheme daemons" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
redox_syscall = "0.5" | ||
redox_syscall = "0.5.4" | ||
libredox = { version = "0.1.3", default-features = false, features = ["redox_syscall", "call"] } |
Please register or sign in to comment