Skip to content

Commit

Permalink
Merge pull request #195 from elbiazo/fix_no_alloc_for_header
Browse files Browse the repository at this point in the history
updating header to not include multiboot with alloc
  • Loading branch information
phip1611 authored Dec 16, 2023
2 parents e1a222c + 5595f79 commit 3a03204
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 3a03204

Please sign in to comment.