We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681c64d commit 253a645Copy full SHA for 253a645
.github/workflows/msrv_toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
# Oldest nightly that currently works with `cargo xtask build`.
3
-channel = "nightly-2022-08-08"
+channel = "nightly-2022-08-25"
4
components = ["rust-src"]
README.md
@@ -108,7 +108,7 @@ prerequisites for running the tests.
108
For instructions on how to create your own UEFI apps, see the [BUILDING.md](BUILDING.md) file.
109
110
The uefi-rs crates currently require some [unstable features].
111
-The nightly MSRV is currently 2022-08-08.
+The nightly MSRV is currently 2022-08-25.
112
113
[unstable features]: https://github.com/rust-osdev/uefi-rs/issues/452
114
0 commit comments