Skip to content

Commit 533e0a3

Browse files
committed
Bump the MSRV to 1.85
1 parent 07a0208 commit 533e0a3

File tree

8 files changed

+86
-530
lines changed

8 files changed

+86
-530
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- os: ubuntu-latest
7474
target: x86_64-unknown-linux-gnu
7575
variant: MSRV
76-
toolchain: 1.63.0
76+
toolchain: 1.85.0
7777
- os: ubuntu-latest
7878
deps: sudo apt-get update ; sudo apt install gcc-multilib
7979
target: i686-unknown-linux-gnu

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
88

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11-
## [Unreleased]
12-
### Additions
13-
- Pub export `Xoshiro128PlusPlus`, `Xoshiro256PlusPlus` prngs (#1649)
14-
11+
## [0.10.0 — Unreleased]
1512
### Changes
13+
- Bump the MSRV to 1.85 (#1653)
1614
- Let `Fill` be implemented for element types, not sliceable types (#1652)
1715

16+
### Additions
17+
- Pub export `Xoshiro128PlusPlus`, `Xoshiro256PlusPlus` prngs (#1649)
18+
1819
## [0.9.2 — 2025-07-20]
1920
### Deprecated
2021
- Deprecate `rand::rngs::mock` module and `StepRng` generator (#1634)

0 commit comments

Comments
 (0)