Skip to content

Commit 7b547cd

Browse files
committed
Update uefi crate to v0.9.0
1 parent 222787a commit 7b547cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ x86_64 = { version = "0.13.2", optional = true, default-features = false, featur
3333
usize_conversions = { version = "0.2.0", optional = true }
3434
bit_field = { version = "0.10.0", optional = true }
3535
log = { version = "0.4.8", optional = true }
36-
uefi = { version = "0.7.0", optional = true }
36+
uefi = { version = "0.9.0", optional = true }
3737
argh = { version = "0.1.3", optional = true }
3838
displaydoc = { version = "0.1.7", optional = true }
3939
conquer-once = { version = "0.2.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)