Merge branch 'base-libc' into 'master'
fix: Fix feature dependencies See merge request redox-os/libredox!21
This commit is contained in:
+4
-4
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user