uefi-rs
- PR to fix an incorrect version in a deprecation attribute.
- PR to enable doc_auto_cfg on docs.rs.
- Created minor releases of the three packages. We haven't done a release for a few months and some bug fixes have accrued. More details here: https://github.com/rust-osdev/uefi-rs/issues/488
printf-compat
gpt-disk-rs
- PR to relax some version requirements.
- PR to propagate the
std
feature down fromgpt_disk_io
andgpt_disk_types
. - PR to enable
doc_auto_cfg
on docs.rs. - PR to gate
bytemuck
code behind a feature ingpt_disk_types
, similar to what had previously been done inuguid
. - PR to rework the CI so we don't end up with so many matrix-created jobs. The github actions behavior is kind of annoying here, because when marking a job as required in the branch settings you have to add every single matrix-created job individually.
- Released new versions of all three packages.
Rust
- The UEFI targets started failing in latest nightly, filed an issue: https://github.com/rust-lang/rust/issues/101071
- Put up a PR that should fix the UEFI compilation issue.
- Filed an issue for a bug I noticed with the
doc_auto_cfg
feature: https://github.com/rust-lang/rust/issues/101129