Skip to content

Commit 3a03204

Browse files
authored
Merge pull request #195 from elbiazo/fix_no_alloc_for_header
updating header to not include multiboot with alloc
2 parents e1a222c + 5595f79 commit 3a03204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot2-header/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ derive_more.workspace = true
4747
# log.workspace = true
4848

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

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

0 commit comments

Comments
 (0)