rust edition 2024

This commit is contained in:
2025-07-02 00:53:55 +02:00
parent f6ebf675bc
commit 73c6966fe3
8 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@
use linux::start_linux;
use pe::get_loader_sections;
use uefi::{boot, Handle, Status};
use uefi::{Handle, Status, boot};
mod initrd;
mod linux;