Skip to content

Commit 92b186b

Browse files
committed
multiboot2-header: fix
1 parent 3029ef0 commit 92b186b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

multiboot2-header/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ required-features = ["builder"]
3737

3838
[features]
3939
default = ["builder"]
40-
alloc = []
41-
builder = ["alloc"]
40+
alloc = ["multiboot2-common/alloc"]
41+
builder = ["alloc", "multiboot2-common/builder"]
4242
# Nightly-only features, which will eventually be stabilized.
43-
unstable = []
43+
unstable = ["multiboot2-common/unstable"]
4444

4545
[dependencies]
4646
derive_more.workspace = true

0 commit comments

Comments
 (0)