Skip to content

Commit 3d1b151

Browse files
authored
Update r-efi to v6 (#814)
1 parent 73c17f7 commit 3d1b151

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/rust-random/getrandom/compare/v0.4.1...master
9+
### Changed
10+
- Bump `r-efi` dependency to v6 [#814]
1011

1112
### Fixed
1213
- Check the return value of `ProcessPrng` on Windows [#811]
1314

15+
[Unreleased]: https://github.com/rust-random/getrandom/compare/v0.4.1...master
1416
[#811]: https://github.com/rust-random/getrandom/pull/811
17+
[#814]: https://github.com/rust-random/getrandom/pull/814
1518

1619
## [0.4.1] - 2026-02-03
1720

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
@@ -50,7 +50,7 @@ libc = { version = "0.2.154", default-features = false }
5050

5151
# efi_rng
5252
[target.'cfg(all(target_os = "uefi", getrandom_backend = "efi_rng"))'.dependencies]
53-
r-efi = { version = "5.1", default-features = false }
53+
r-efi = { version = "6", default-features = false }
5454

5555
# getentropy
5656
[target.'cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))'.dependencies]

0 commit comments

Comments
 (0)