Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
  • Loading branch information
Wasabi375 committed Sep 16, 2024
commit e41c6c11f4e004a710d0c59b96381a4abaa69d00
36 changes: 28 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion uefi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ bootloader-boot-config = { workspace = true }
log = "0.4.14"
x86_64 = "0.14.8"
serde-json-core = "0.5.0"
uefi = "0.20.0"
uefi = "0.32.0"

Loading