Skip to content

Commit ebc99b6

Browse files
authored
readme: fix outdated Windows 10 entry (#792)
1 parent 56a2961 commit ebc99b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn get_random_u128() -> Result<u128, getrandom::Error> {
4343
| Target | Target Triple | Implementation
4444
| ------------------ | ------------------ | --------------
4545
| Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after successfully polling `/dev/random`
46-
| Windows 10+ | `*‑windows‑*` | [`ProcessPrng`] on Rust 1.78+, [`RtlGenRandom`] otherwise
46+
| Windows 10+ | `*‑windows‑*` | [`ProcessPrng`]
4747
| Windows 7, 8 | `*-win7‑windows‑*` | [`RtlGenRandom`]
4848
| macOS | `*‑apple‑darwin` | [`getentropy`][3]
4949
| iOS, tvOS, watchOS | `*‑apple‑{ios,tvos,watchos}` | [`CCRandomGenerateBytes`]

0 commit comments

Comments
 (0)