Skip to content

Commit cf31a6d

Browse files
committed
Update uefi crate to v0.10.0 and run cargo update
1 parent 6e594c6 commit cf31a6d

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -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.9.0", optional = true }
37+
uefi = { version = "0.10.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)