Skip to content

Commit

Permalink
build: Bump r-efi from 4.5.0 to 5.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and retrage committed Aug 2, 2024
1 parent bd9d7dc commit 4ceed4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ efi-var = []
[dependencies]
bitflags = "2.6.0"
atomic_refcell = "0.1.13"
r-efi = { version = "4.5.0", features = ["efiapi"] }
r-efi = { version = "5.0.0", features = ["efiapi"] }
heapless = "0.8.0"
log = "0.4.22"

Expand Down
2 changes: 1 addition & 1 deletion src/efi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn new_image_handle(
image_size: load_size,
image_code_type: efi::LOADER_CODE,
image_data_type: efi::LOADER_DATA,
unload: boot_services::unload_image,
unload: Some(boot_services::unload_image),
reserved: null_mut(),
},
entry_point: entry_addr,
Expand Down

0 comments on commit 4ceed4b

Please sign in to comment.