Skip to content

Commit 253a645

Browse files
committed
Bump MSRV nightly to 2022-08-25
... to enable error_in_core feature.
1 parent 681c64d commit 253a645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msrv_toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# Oldest nightly that currently works with `cargo xtask build`.
3-
channel = "nightly-2022-08-08"
3+
channel = "nightly-2022-08-25"
44
components = ["rust-src"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ prerequisites for running the tests.
108108
For instructions on how to create your own UEFI apps, see the [BUILDING.md](BUILDING.md) file.
109109

110110
The uefi-rs crates currently require some [unstable features].
111-
The nightly MSRV is currently 2022-08-08.
111+
The nightly MSRV is currently 2022-08-25.
112112

113113
[unstable features]: https://github.com/rust-osdev/uefi-rs/issues/452
114114

0 commit comments

Comments
 (0)