Skip to content

Commit

Permalink
Merge pull request #387 from hermit-os/dependabot/cargo/uefi-0.33.0
Browse files Browse the repository at this point in the history
build(deps): bump uefi from 0.32.0 to 0.33.0
  • Loading branch information
mkroening authored Oct 25, 2024
2 parents a25a197 + 8fb8b4f commit 153de06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hermit-dtb = { version = "0.1" }
goblin = { version = "0.9", default-features = false, features = ["elf64"] }

[target.'cfg(target_os = "uefi")'.dependencies]
uefi = { version = "0.32", features = ["alloc", "panic_handler", "qemu"] }
uefi = { version = "0.33", features = ["alloc", "panic_handler", "qemu"] }
qemu-exit = "3"

[target.'cfg(target_arch = "riscv64")'.dependencies]
Expand Down

0 comments on commit 153de06

Please sign in to comment.