Skip to content

Commit c09af5a

Browse files
Update uefi requirement from 0.15 to 0.24 in /lib/bootloader_shared
Updates the requirements on [uefi](https://github.com/rust-osdev/uefi-rs) to permit the latest version. - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-services-v0.15.0...uefi-v0.24.0) --- updated-dependencies: - dependency-name: uefi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c51c59a commit c09af5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootloader_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
x86 = { version = "0.52", features = ["unstable"] }
1010
arrayvec = { version = "0.7.0", default-features = false }
11-
uefi = "0.15"
11+
uefi = "0.24"

0 commit comments

Comments
 (0)