Skip to content

Conversation

@dhardy
Copy link
Member

@dhardy dhardy commented Dec 23, 2025

  • Added a CHANGELOG.md entry

Summary

Fix the pre-release version of rand_core since Cargo does not follow semver rules on pre-releases; this fixes recent CI errors.

Update getrandom; replace rand::rngs::OsRng with getrandom::SysRng.

Update rand_core to 0.10.0-rc-3.

Motivation

Fix CI and update rand_core. (I could split into two PRs but there is probably no point.)

Details

getrandom and chacha20 are both pulled from git since neither has a recent enough release.

Cargo handling of pre-releases is not semver compliant!
@dhardy dhardy requested a review from newpavlov December 23, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants