Skip to content

Commit 229da01

Browse files
authored
Fix the build error on the latest nightly (#214)
1 parent 1e9c0bc commit 229da01

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#![feature(try_trait)]
2929
#![feature(abi_efiapi)]
3030
#![feature(negative_impls)]
31-
#![feature(const_fn)]
3231
#![feature(const_panic)]
3332
#![no_std]
3433
// Enable some additional warnings and lints.

uefi-services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
1818
uefi = { version = "0.8.0", features = ["alloc", "logger"] }
1919
log = { version = "0.4.11", default-features = false }
2020
cfg-if = "1.0.0"
21-
qemu-exit = "1.0.2"
21+
qemu-exit = "2.0.0"
2222

2323
[features]
2424
# Enable QEMU-specific functionality

uefi-test-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = { version = "0.4.11", default-features = false }
1515
# does not automatically get enabled. Therefore, we have to manually add support for
1616
# the memory functions.
1717
rlibc = "1.0.0"
18-
qemu-exit = "1.0.2"
18+
qemu-exit = "2.0.0"
1919

2020
[features]
2121
# This feature should only be enabled in our CI, it disables some tests

0 commit comments

Comments
 (0)