Skip to content

Commit 8717f33

Browse files
Bump MSRV to 1.70
1 parent ddc98f9 commit 8717f33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/msrv_toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.68"
2+
channel = "1.70"
33
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## uefi - [Unreleased]
44

55
### Changed
6+
- MSRV bumped to 1.70.
67
- `Input::wait_for_key_event` now returns an `Option<Event>`, and is no longer `const`.
78
- `Protocol::wait_for_input_event` now returns an `Option<Event>`, and is no longer `const`.
89
- `LoadedImage::device` now returns an `Option<Handle>` and is no longer `const`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2021"
1717
keywords = ["uefi", "efi"]
1818
license = "MPL-2.0"
1919
repository = "https://github.com/rust-osdev/uefi-rs"
20-
rust-version = "1.68"
20+
rust-version = "1.70"
2121

2222
[workspace.dependencies]
2323
bitflags = "2.0.0"

uefi/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ For additional information, refer to the [UEFI specification][spec].
4949

5050
## MSRV
5151

52-
The minimum supported Rust version is currently 1.68, which is the first Rust
53-
release that fully supports all necessary features on the stable channel.
52+
The minimum supported Rust version is currently 1.70.
5453

5554
Our policy is to support at least the past two stable releases.
5655

0 commit comments

Comments
 (0)