Skip to content

Commit 2e4a544

Browse files
committed
Use dep: prefix for runner features too
1 parent ef907ff commit 2e4a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[features]
1010
bios = ["bootloader/bios"]
11-
uefi = ["bootloader/uefi", "ovmf-prebuilt"]
11+
uefi = ["bootloader/uefi", "dep:ovmf-prebuilt"]
1212

1313
[dependencies]
1414
bootloader = { path = "../..", default-features = false }

0 commit comments

Comments
 (0)