diff --git a/Cargo.lock b/Cargo.lock index fdd4c1f7..d32e6b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,6 +661,7 @@ checksum = "a79fcb420624743c895bad0f9480fbc2f64e7c8d8611fb1ada6bdd799942feb4" dependencies = [ "cfg-if", "log", + "qemu-exit", "uefi", ] diff --git a/Cargo.toml b/Cargo.toml index 705f2506..389b2989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ spinning_top = "0.3" [target.'cfg(target_os = "uefi")'.dependencies] uefi = "0.26" -uefi-services = "0.23" +uefi-services = { version = "0.23", features = ["qemu"] } qemu-exit = "3" [target.'cfg(target_arch = "riscv64")'.dependencies]