Skip to content

Commit 526c704

Browse files
authored
Merge pull request #435 from hermit-os/dependabot/cargo/uefi-0.34.1
build(deps): bump uefi from 0.33.0 to 0.34.1
2 parents 68c1245 + 1684bf1 commit 526c704

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hermit-dtb = { version = "0.1" }
3535
goblin = { version = "0.9", default-features = false, features = ["elf64"] }
3636

3737
[target.'cfg(target_os = "uefi")'.dependencies]
38-
uefi = { version = "0.33", features = ["alloc", "panic_handler", "qemu"] }
38+
uefi = { version = "0.34", features = ["alloc", "panic_handler", "qemu"] }
3939

4040
[target.'cfg(target_arch = "riscv64")'.dependencies]
4141
fdt = "0.1"

0 commit comments

Comments
 (0)