Skip to content

Update rand crate from 0.9 to 0.10#1865

Merged
GeorgeHahn merged 1 commit intomainfrom
hahn/rand-0-10
Apr 30, 2026
Merged

Update rand crate from 0.9 to 0.10#1865
GeorgeHahn merged 1 commit intomainfrom
hahn/rand-0-10

Conversation

@GeorgeHahn
Copy link
Copy Markdown
Contributor

Summary

  • Update rand from 0.9 to 0.10.1
  • Remove small_rng feature flag (SmallRng is always available in 0.10)
  • Add RngExt import where needed (extension methods like random(), random_range(), random_bool() moved from Rng to RngExt)

@GeorgeHahn GeorgeHahn marked this pull request as ready for review April 29, 2026 22:50
@GeorgeHahn GeorgeHahn requested a review from a team as a code owner April 29, 2026 22:50
- Remove `small_rng` feature flag (SmallRng is always available in 0.10)
- Add `RngExt` import where needed (extension methods like random(),
  random_range(), random_bool() moved from Rng to RngExt)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@GeorgeHahn GeorgeHahn merged commit c2c979b into main Apr 30, 2026
32 checks passed
@GeorgeHahn GeorgeHahn deleted the hahn/rand-0-10 branch April 30, 2026 03:47
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