We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029ef0 commit 92b186bCopy full SHA for 92b186b
multiboot2-header/Cargo.toml
@@ -37,10 +37,10 @@ required-features = ["builder"]
37
38
[features]
39
default = ["builder"]
40
-alloc = []
41
-builder = ["alloc"]
+alloc = ["multiboot2-common/alloc"]
+builder = ["alloc", "multiboot2-common/builder"]
42
# Nightly-only features, which will eventually be stabilized.
43
-unstable = []
+unstable = ["multiboot2-common/unstable"]
44
45
[dependencies]
46
derive_more.workspace = true
0 commit comments