소스 검색

Merge pull request #195 from elbiazo/fix_no_alloc_for_header

updating header to not include multiboot with alloc
Philipp Schuster 1 년 전
부모
커밋
3a03204224
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      multiboot2-header/Cargo.toml

+ 1 - 1
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