diff --git a/Cargo.toml b/Cargo.toml index e9465ff5b4..7fee67def4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libredox" authors = ["4lDO2 <4lDO2@protonmail.com>"] -version = "0.1.10" +version = "0.1.11" edition = "2021" license = "MIT" description = "Redox stable ABI" @@ -19,5 +19,5 @@ mkns = ["ioslice"] [dependencies] bitflags = "2" libc = "0.2" -redox_syscall = { version = "0.5.16", optional = true } +redox_syscall = { version = "0.6.0", optional = true } ioslice = { version = "0.6", optional = true }