Skip to content

Commit d9e1f0a

Browse files
committed
doc: update changelogs
1 parent e4dfbbf commit d9e1f0a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

uefi-macros/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# uefi-macros - [Unreleased]
22

3+
## Changed
4+
5+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
36

47
# uefi-macros - 0.18.1 (2025-05-04)
58

uefi-raw/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
- `DevicePathProtocol` now derives
2424
`Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash`
2525

26+
## Changed
27+
28+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
29+
2630

2731
# uefi-raw - 0.10.0 (2025-02-07)
2832

uefi/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `table::cfg::*_GUID` constants now deprecated. Use `ConfigTableEntry::*_GUID` instead.
99
- `system::with_config_table`, `system::with_stdin`, `system::with_stdout` and `system::with_stderr`
1010
now take mutably closure.
11-
11+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
1212

1313
# uefi - 0.35.0 (2025-05-04)
1414

0 commit comments

Comments
 (0)