You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2024-04/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,19 @@ Thanks to [@mkroening](https://github.com/mkroening) for their contributions!
116
116
117
117
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. We merged the following PRs this month:
118
118
119
+
Recently, we deprecated the [`uefi-services`] crate and removed all usages from
120
+
the [`uefi`](https://github.com/rust-osdev/uefi-rs) repository. A new drop-in
121
+
replacement exists in [`uefi::helpers`](https://docs.rs/uefi/latest/uefi/helpers/index.html).
122
+
123
+
The test of time showed us that having a single crate with multiple cargo
124
+
features is a better and more productive way forward with less maintenance
125
+
burden - for users/consumers as well as maintainers.
0 commit comments