Skip to content

Commit

Permalink
updating header to not include multiboot with alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
elbiazo committed Dec 12, 2023
1 parent 82262fa commit 6d8b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiboot2-header/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ derive_more.workspace = true
# log.workspace = true

# used for MBI tags
multiboot2 = "0.19.0"
multiboot2 = { version = "0.19.0", default-features = false }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 6d8b399

Please sign in to comment.