Skip to content

Commit ef907ff

Browse files
phil-oppFreax13
andauthored
Avoid creating implicit dependency features
See https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies Co-authored-by: Tom Dohrmann <[email protected]>
1 parent 1a42f8e commit ef907ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ bootloader-x86_64-bios-common = { version = "0.11.0", path = "bios/common" }
3939

4040
[features]
4141
default = ["bios", "uefi"]
42-
bios = ["mbrman", "bootloader_test_runner/bios"]
43-
uefi = ["gpt", "bootloader_test_runner/uefi"]
42+
bios = ["dep:mbrman", "bootloader_test_runner/bios"]
43+
uefi = ["dep:gpt", "bootloader_test_runner/uefi"]
4444

4545
[dependencies]
4646
anyhow = "1.0.32"

0 commit comments

Comments
 (0)