Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update uefi crate to v0.7.0
  • Loading branch information
phil-opp committed Jan 9, 2021
1 parent aae44b2 commit 06f41a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ x86_64 = { git = "https://github.com/rust-osdev/x86_64.git", optional = true }
usize_conversions = { version = "0.2.0", optional = true }
bit_field = { version = "0.10.0", optional = true }
log = { version = "0.4.8", optional = true }
uefi = { version = "0.6.0", optional = true }
uefi = { version = "0.7.0", optional = true }
argh = { version = "0.1.3", optional = true }
displaydoc = { version = "0.1.7", optional = true }
conquer-once = { version = "0.2.1", optional = true, default-features = false }
Expand Down

0 comments on commit 06f41a2

Please sign in to comment.