Skip to content

Commit

Permalink
Merge pull request #1484 from nicholasbishop/bishop-msrv-181
Browse files Browse the repository at this point in the history
Increase MSRV to 1.81
  • Loading branch information
phip1611 authored Dec 10, 2024
2 parents c2d15a8 + 6e03f1a commit 138c3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv_toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79"
channel = "1.81"
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
keywords = ["uefi", "efi"]
license = "MPL-2.0"
repository = "https://github.com/rust-osdev/uefi-rs"
rust-version = "1.79"
rust-version = "1.81"

[workspace.dependencies]
bitflags = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# uefi - [Unreleased]

## Changed
- MSRV increased to 1.79.
- MSRV increased to 1.81.


# uefi - 0.33.0 (2024-10-23)
Expand Down
2 changes: 1 addition & 1 deletion uefi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
//!
//! ## MSRV
//!
//! The minimum supported Rust version is currently 1.79.
//! The minimum supported Rust version is currently 1.81.
//! Our policy is to support at least the past two stable releases.
//!
//! # API/User Documentation, Documentation Structure, and other Resources
Expand Down

0 comments on commit 138c3c2

Please sign in to comment.