Skip to content

Commit bb7e949

Browse files
committed
Update uefi crate from 0.20 to 0.32
This also switches to the new API of the uefi crate that was introduced in version 0.31. The old api was deprecated in 0.32 and will be removed in 0.33. See https://github.com/rust-osdev/uefi-rs/blob/ac19526656953c32e8e0ef7bc703f7700b151ae4/docs/funcs_migration.md and rust-osdev/uefi-rs#893
1 parent e420d35 commit bb7e949

File tree

3 files changed

+116
-149
lines changed

3 files changed

+116
-149
lines changed

Cargo.lock

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uefi/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ bootloader-boot-config = { workspace = true }
1515
log = "0.4.14"
1616
x86_64 = "0.14.8"
1717
serde-json-core = "0.5.0"
18-
uefi = "0.20.0"
18+
uefi = "0.32.0"
19+

0 commit comments

Comments
 (0)