Skip to content

Commit 4c33124

Browse files
build: Bump r-efi from 4.5.0 to 5.0.0
Bumps [r-efi](https://github.com/r-efi/r-efi) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](r-efi/r-efi@v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: r-efi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd9d7dc commit 4c33124

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -28,7 +28,7 @@ efi-var = []
2828
[dependencies]
2929
bitflags = "2.6.0"
3030
atomic_refcell = "0.1.13"
31-
r-efi = { version = "4.5.0", features = ["efiapi"] }
31+
r-efi = { version = "5.0.0", features = ["efiapi"] }
3232
heapless = "0.8.0"
3333
log = "0.4.22"
3434

src/efi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn new_image_handle(
177177
image_size: load_size,
178178
image_code_type: efi::LOADER_CODE,
179179
image_data_type: efi::LOADER_DATA,
180-
unload: boot_services::unload_image,
180+
unload: Some(boot_services::unload_image),
181181
reserved: null_mut(),
182182
},
183183
entry_point: entry_addr,

0 commit comments

Comments
 (0)