Skip to content

Commit 7be3221

Browse files
committed
Use new uefi crates.io release
1 parent 5884d15 commit 7be3221

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -37,7 +37,7 @@ usize_conversions = { version = "0.2.0", optional = true }
3737
bit_field = { version = "0.10.0", optional = true }
3838
rlibc = { version = "1.0.0", optional = true }
3939
log = { version = "0.4.8", optional = true }
40-
uefi = { git = "https://github.com/rust-osdev/uefi-rs.git", optional = true }
40+
uefi = { version = "0.6.0", optional = true }
4141
argh = { version = "0.1.3", optional = true }
4242
displaydoc = { version = "0.1.7", optional = true }
4343
conquer-once = { version = "0.2.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)