We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a222c commit 5595f79Copy full SHA for 5595f79
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