Missing "r" in "rand_os" (#2475)

This commit is contained in:
Carol (Nichols || Goulding)
2025-11-19 15:48:42 -05:00
committed by GitHub
parent 01aa671a67
commit 0c6f0bb552

View File

@@ -10,7 +10,7 @@ informational = "unmaintained"
patched = [] patched = []
``` ```
# and_os crate is unmaintained # rand_os crate is unmaintained
The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng` The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng`
is now part of `rand_core`. is now part of `rand_core`.