Skip to content

Commit 2eaf854

Browse files
authored
Bump the MSRV to 1.61.0 (#1416)
1 parent a457907 commit 2eaf854

File tree

15 files changed

+490
-145
lines changed

15 files changed

+490
-145
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- os: ubuntu-latest
4848
target: x86_64-unknown-linux-gnu
4949
variant: MSRV
50-
toolchain: 1.60.0
50+
toolchain: 1.61.0
5151
- os: ubuntu-latest
5252
deps: sudo apt-get update ; sudo apt install gcc-multilib
5353
target: i686-unknown-linux-gnu

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ 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+
- Bump the MSRV to 1.61.0
13+
1114
## [0.9.0-alpha.1] - 2024-03-18
1215
- Add the `Slice::num_choices` method to the Slice distribution (#1402)
1316

0 commit comments

Comments
 (0)