File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## Unreleased
88### API changes
99- Relax ` Sized ` bound on impls of ` SeedableRng ` (#1641 )
10- - Fix ` OsError::raw_os_error ` on UEFI targets by returning ` Option<usize> ` (#1665 )
1110- Move ` rand_core::impls::* ` to ` rand_core::le ` module (#1667 )
1211- Use Edition 2024 and MSRV 1.85 (#1668 )
1312- Remove fn ` TryRngCore::read_adapter(..) -> RngReadAdapter ` (replaced with ` rand::RngReader ` ) (#1669 )
13+ - Remove feature ` os_rng ` , structs ` OsRng ` and ` OsError ` and fns ` from_os_rng ` , ` try_from_os_rng ` (#1674 )
14+ - Remove feature ` std ` (#1674 )
15+ - Removed dependency ` getrandom ` (#1674 )
1416
1517## [ 0.9.3] — 2025-02-29
1618### Other
You can’t perform that action at this time.
0 commit comments