Merge branch 'base-libc' into 'master'

fix: Fix feature dependencies

See merge request redox-os/libredox!21
This commit is contained in:
Jeremy Soller
2026-02-28 07:10:06 -07:00
+4 -4
View File
@@ -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"]