From 6d8b39901f662d8479452121fbbc688ce13814d1 Mon Sep 17 00:00:00 2001 From: elbiazo Date: Tue, 12 Dec 2023 15:46:00 -0500 Subject: [PATCH] updating header to not include multiboot with alloc --- multiboot2-header/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiboot2-header/Cargo.toml b/multiboot2-header/Cargo.toml index 4a572fb2..cc9c8f26 100644 --- a/multiboot2-header/Cargo.toml +++ b/multiboot2-header/Cargo.toml @@ -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