The current Patina stable toolchain declaration is Rust 1.95.0, but the default alloc feature still enables the unstable allocator_api feature. This blocks moving patina_boot, patina_sre, and related UEFI crates to stable Rust without an upstream-compatible refactor.
Track the required Patina compatibility work, then migrate the remaining UEFI crates from nightly in a coordinated follow-up.
The current Patina stable toolchain declaration is Rust 1.95.0, but the default
allocfeature still enables the unstableallocator_apifeature. This blocks movingpatina_boot,patina_sre, and related UEFI crates to stable Rust without an upstream-compatible refactor.Track the required Patina compatibility work, then migrate the remaining UEFI crates from nightly in a coordinated follow-up.