Skip to content

Commit 06f41a2

Browse files
committed
Update uefi crate to v0.7.0
1 parent aae44b2 commit 06f41a2

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
@@ -36,7 +36,7 @@ x86_64 = { git = "https://github.com/rust-osdev/x86_64.git", optional = true }
3636
usize_conversions = { version = "0.2.0", optional = true }
3737
bit_field = { version = "0.10.0", optional = true }
3838
log = { version = "0.4.8", optional = true }
39-
uefi = { version = "0.6.0", optional = true }
39+
uefi = { version = "0.7.0", optional = true }
4040
argh = { version = "0.1.3", optional = true }
4141
displaydoc = { version = "0.1.7", optional = true }
4242
conquer-once = { version = "0.2.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)