build(deps): update rand to version 0.10#311
Conversation
https://github.com/rust-random/rand/releases/tag/0.10.0 Notable changes: - Renamed `*RngCore` in `rand_core` to `*Rng` - Renamed `*Rng` in `rand` to `*RngExt` - Moved `rand_core::OsRng` to `rand` and renamed to `SysRng` - Dropped `from_os_rng` constructor.
|
Hmm, it is not clear to me why it fails in CI with: It should be correct that there is no https://github.com/rust-random/rand/blob/0.10.1/Cargo.toml#L42 And I do not see anything trying to enable It appears to work locally. |
|
I can reproduce locally if I lower the Rust version to 1.68.0. Though the only thing that could possibly cause this could be If I use |
https://github.com/rust-random/rand/releases/tag/0.10.0
Notable changes:
*RngCoreinrand_coreto*Rng*Rnginrandto*RngExtrand_core::OsRngtorandand renamed toSysRngfrom_os_rngconstructor.