Skip to content

Commit

Permalink
multiboot2-header: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Aug 24, 2024
1 parent 3029ef0 commit 92b186b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multiboot2-header/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ required-features = ["builder"]

[features]
default = ["builder"]
alloc = []
builder = ["alloc"]
alloc = ["multiboot2-common/alloc"]
builder = ["alloc", "multiboot2-common/builder"]
# Nightly-only features, which will eventually be stabilized.
unstable = []
unstable = ["multiboot2-common/unstable"]

[dependencies]
derive_more.workspace = true
Expand Down

0 comments on commit 92b186b

Please sign in to comment.