Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e79c21c

Browse files
nicholasbishopphip1611
authored andcommitted
uefi-raw: Increase MSRV to 1.77
This will allow the core::net types to be used.
1 parent 6fed32e commit e79c21c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎uefi-raw/CHANGELOG.md‎

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

33
## Added
4+
- MSRV increased to 1.77.
45
- Added `Boolean` type
56
- Added `protocol::network::pxe` module.
67
- Added conversions between `MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.

‎uefi-raw/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license.workspace = true
1616
repository.workspace = true
1717
# uefi-raw is much less likely to need the latest bleeding-edge features.
1818
# Hence, it is okay to not use the workspace MSRV.
19-
rust-version = "1.70"
19+
rust-version = "1.77"
2020

2121
[dependencies]
2222
bitflags.workspace = true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /