We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43d34c commit 37e638aCopy full SHA for 37e638a
uefi-raw/CHANGELOG.md
@@ -1,6 +1,7 @@
1
# uefi-raw - [Unreleased]
2
3
## Added
4
+- MSRV increased to 1.77.
5
- Added `Boolean` type
6
- Added `protocol::network::pxe` module.
7
- Added conversions between `MacAddress` and the `[u8; 6]` type that's more commonly used to represent MAC addresses.
uefi-raw/Cargo.toml
@@ -16,7 +16,7 @@ license.workspace = true
16
repository.workspace = true
17
# uefi-raw is much less likely to need the latest bleeding-edge features.
18
# Hence, it is okay to not use the workspace MSRV.
19
-rust-version = "1.70"
+rust-version = "1.77"
20
21
[dependencies]
22
bitflags.workspace = true
0 commit comments