We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1a222c + 5595f79 commit 3a03204Copy full SHA for 3a03204
multiboot2-header/Cargo.toml
@@ -47,7 +47,7 @@ derive_more.workspace = true
47
# log.workspace = true
48
49
# used for MBI tags
50
-multiboot2 = "0.19.0"
+multiboot2 = { version = "0.19.0", default-features = false }
51
52
[package.metadata.docs.rs]
53
all-features = true
0 commit comments