Skip to content

Commit a3247f8

Browse files
committed
fix(deps): update rust crate uefi to 0.36.0
1 parent 4dc565e commit a3247f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.35.0", features = ["alloc"] }
12+
uefi = { version = "0.36.0", features = ["alloc"] }
1313

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

0 commit comments

Comments
 (0)