Skip to content

Commit 37e638a

Browse files
uefi-raw: Increase MSRV to 1.77
This will allow the core::net types to be used.
1 parent b43d34c commit 37e638a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

uefi-raw/CHANGELOG.md

+1
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

+1-1
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)