Skip to content

Commit 8781070

Browse files
committed
Disable acpi's default features
We're not using them and they depend on nightly-only Rust features.
1 parent 1738318 commit 8781070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

towboot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-target = "i686-unknown-uefi"
1313

1414
[dependencies]
1515
uefi = { version = "0.34", features = ["alloc", "global_allocator", "logger", "panic_handler"] }
16-
acpi = "5.0"
16+
acpi = { version = "5.0", default-features = false }
1717
smbios-lib = { git = "https://github.com/hhuOS/smbios-lib.git", branch = "main", default-features = false, features = ["no_std"] }
1818
x86 = "0.52"
1919

0 commit comments

Comments
 (0)