diff --git a/Cargo.toml b/Cargo.toml index c5bd4f3429..4e7020b889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libredox" authors = ["4lDO2 <4lDO2@protonmail.com>"] -version = "0.1.13" +version = "0.1.14" edition = "2021" license = "MIT" description = "Redox stable ABI" @@ -12,9 +12,9 @@ exclude = ["target"] [features] default = ["base", "call", "std", "redox_syscall", "protocol"] -base = [] -call = ["base", "libc"] -std = ["base", "libc"] +base = ["libc"] +call = ["base"] +std = ["base"] protocol = ["plain", "bitflags", "redox_syscall"] mkns = ["ioslice"]