uefi-rs
- Released new versions of all the crates: https://github.com/rust-osdev/uefi-rs/issues/501. There are some significant API changes around opening and using protocols in this release, so we waited a bit since the last set of releases to avoid too much churn. I think the end result is pretty good though, the library is both safer and easier to use now.
- PR to improve the
return types of the methods for converting between
DevicePath
s and text.
rustup
- PR to improve
rustup's documentation of
rust-toolchain.toml
.
gpt-disk-rs
- PR to add an
AlignedGuid
type, followed by a PR to undo an accidental change toGuid
's repr. - I realized there were some flaws with the way
uguid
's macros were implemented. Some fixes in https://github.com/google/gpt-disk-rs/pull/86, not yet released.
Rust
- The PR to fix UEFI
target compilation on latest nightly finally got merged. Filed a
followup ticket to look into why
DLLImport
annotations are occuring in the first place: https://github.com/rust-lang/rust/issues/101656.