We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1738318 commit 8781070Copy full SHA for 8781070
towboot/Cargo.toml
@@ -13,7 +13,7 @@ default-target = "i686-unknown-uefi"
13
14
[dependencies]
15
uefi = { version = "0.34", features = ["alloc", "global_allocator", "logger", "panic_handler"] }
16
-acpi = "5.0"
+acpi = { version = "5.0", default-features = false }
17
smbios-lib = { git = "https://github.com/hhuOS/smbios-lib.git", branch = "main", default-features = false, features = ["no_std"] }
18
x86 = "0.52"
19
0 commit comments