Skip to content

Commit 70e2539

Browse files
committed
fix(deps): update rust crate uefi to 0.35.0
1 parent 87b0923 commit 70e2539

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

xtask/uefibench/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ autotests = false
99
[dependencies]
1010
ext4-view = { path = "../.." }
1111
sha2 = { version = "0.10.8", default-features = false }
12-
uefi = { version = "0.34.1", features = ["alloc"] }
12+
uefi = { version = "0.35.0", features = ["alloc"] }
1313

1414
[target.'cfg(target_os = "uefi")'.dependencies]
15-
uefi = { version = "0.34.1", features = ["global_allocator", "panic_handler"] }
15+
uefi = { version = "0.35.0", features = ["global_allocator", "panic_handler"] }

0 commit comments

Comments
 (0)