We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21db13e commit 13b80d0Copy full SHA for 13b80d0
2 files changed
Cargo.toml
@@ -17,7 +17,7 @@ edition = "2024"
17
keywords = ["uefi", "efi"]
18
license = "MIT OR Apache-2.0"
19
repository = "https://github.com/rust-osdev/uefi-rs"
20
-rust-version = "1.85.1"
+rust-version = "1.88"
21
22
[workspace.dependencies]
23
bitflags = "2.0.0"
uefi/CHANGELOG.md
@@ -22,6 +22,7 @@
Option.
- **Breaking:** `boot::check_event` now consumes `&Event` rather than `Event`, removing the
24
need for unnecessary `Event::unsafe_clone()`s.
25
+- MSRV increased to 1.88.
26
27
# uefi - v0.36.1 (2025-11-05)
28
0 commit comments