We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1b2eb8 + 7b018e2 commit 1b84c46Copy full SHA for 1b84c46
tests/runner/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[features]
10
+default = ["bios", "uefi"]
11
bios = ["bootloader/bios"]
12
uefi = ["bootloader/uefi", "dep:ovmf-prebuilt"]
13
0 commit comments