diff --git a/Cargo.toml b/Cargo.toml index c29a917bcc..075089f38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2021" name = "libredox" -version = "0.1.17" +version = "0.1.18" authors = ["4lDO2 <4lDO2@protonmail.com>"] build = false exclude = ["target"] @@ -72,4 +72,3 @@ optional = true [dependencies.redox_syscall] path = "../syscall" version = "0.8" -optional = true