Skip to content

Update to rand v0.10 - #3477

Merged
barrbrain merged 2 commits into
xiph:masterfrom
Expyron:master
Aug 31, 2026
Merged

Update to rand v0.10#3477
barrbrain merged 2 commits into
xiph:masterfrom
Expyron:master

Conversation

@Expyron

@Expyron Expyron commented Aug 28, 2026

Copy link
Copy Markdown
Contributor
  • Update rand to v0.10
  • Replace rand_chacha with chacha20
  • Various mechanical fixes due to a few small breaking changes (rename Rng to RngExt, ChaChaRng to ChaCha20Rng)
  • Increase MSRV to 1.85 to be compatible

@barrbrain

Copy link
Copy Markdown
Collaborator

README.md has a stale reference to the MSRV and we should update that too. Bumping the MSRV is worth a mention in the commit message or as a separate commit.

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.02%. Comparing base (47fbf8a) to head (e3484be).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3477   +/-   ##
=======================================
  Coverage   82.02%   82.02%           
=======================================
  Files          84       84           
  Lines       23838    23838           
=======================================
  Hits        19553    19553           
  Misses       4285     4285           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Expyron

Expyron commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

I split the change into two commits for clarity.

@barrbrain
barrbrain merged commit 31435de into xiph:master Aug 31, 2026
26 checks passed
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