Skip to content

Commit 2394b4f

Browse files
committed
Update uefi crate to v0.11.0
1 parent cf31a6d commit 2394b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ x86_64 = { version = "0.13.2", optional = true, default-features = false, featur
3434
usize_conversions = { version = "0.2.0", optional = true }
3535
bit_field = { version = "0.10.0", optional = true }
3636
log = { version = "0.4.8", optional = true }
37-
uefi = { version = "0.10.0", optional = true }
37+
uefi = { version = "0.11.0", optional = true }
3838
argh = { version = "0.1.3", optional = true }
3939
displaydoc = { version = "0.1.7", optional = true }
4040
conquer-once = { version = "0.2.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)