Skip to content

Commit 138c3c2

Browse files
authored
Merge pull request #1484 from nicholasbishop/bishop-msrv-181
Increase MSRV to 1.81
2 parents c2d15a8 + 6e03f1a commit 138c3c2

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.79"
2+
channel = "1.81"
33
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]

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.79"
20+
rust-version = "1.81"
2121

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

uefi/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# uefi - [Unreleased]
22

33
## Changed
4-
- MSRV increased to 1.79.
4+
- MSRV increased to 1.81.
55

66

77
# uefi - 0.33.0 (2024-10-23)

uefi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//!
6767
//! ## MSRV
6868
//!
69-
//! The minimum supported Rust version is currently 1.79.
69+
//! The minimum supported Rust version is currently 1.81.
7070
//! Our policy is to support at least the past two stable releases.
7171
//!
7272
//! # API/User Documentation, Documentation Structure, and other Resources

0 commit comments

Comments
 (0)