Skip to content

Commit

Permalink
Bump the MSRV to 1.61.0 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Mar 22, 2024
1 parent a457907 commit 2eaf854
Show file tree
Hide file tree
Showing 15 changed files with 490 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
variant: MSRV
toolchain: 1.60.0
toolchain: 1.61.0
- os: ubuntu-latest
deps: sudo apt-get update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).

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

## [Unreleased]
- Bump the MSRV to 1.61.0

## [0.9.0-alpha.1] - 2024-03-18
- Add the `Slice::num_choices` method to the Slice distribution (#1402)

Expand Down

0 comments on commit 2eaf854

Please sign in to comment.