Update the multiboot2 dependency

This relates to the upstream bug: https://github.com/rust-osdev/multiboot2/issues/215.
This commit is contained in:
Zhang Junyang
2024-06-20 08:48:20 +00:00
committed by Tate, Hongliang Tian
parent a089fbd4fc
commit 68793d28c5
2 changed files with 5 additions and 16 deletions

View File

@ -41,7 +41,7 @@ x86_64 = "0.14.2"
x86 = "0.52.0"
acpi = "4.1.1"
aml = "0.16.3"
multiboot2 = "0.16.0"
multiboot2 = "0.20.2"
rsdp = "2.0.0"
iced-x86 = { version = "1.21.0", default-features = false, features = [ "no_std", "decoder", "gas" ], optional = true }