Skip to content

Commit 13b80d0

Browse files
Bump MSRV to 1.88
1 parent 21db13e commit 13b80d0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

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

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

uefi/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
Option.
2323
- **Breaking:** `boot::check_event` now consumes `&Event` rather than `Event`, removing the
2424
need for unnecessary `Event::unsafe_clone()`s.
25+
- MSRV increased to 1.88.
2526

2627
# uefi - v0.36.1 (2025-11-05)
2728

0 commit comments

Comments
 (0)