Skip to content

Commit fd15a60

Browse files
committed
Bump MSRV to 1.57 so we can panic! in const fn.
1 parent e0d1f27 commit fd15a60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.46"
1+
msrv = "1.57"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-22.04, windows-2022]
47-
toolchain: [nightly, beta, stable, 1.46]
47+
toolchain: [nightly, beta, stable, 1.57]
4848
# Only Test macOS on stable to reduce macOS CI jobs
4949
include:
5050
# x86_64-apple-darwin.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Breaking Changes
10-
- Update MSRV to 1.46 [#425], [#426]
10+
- Update MSRV to 1.57 [#425], [#426]
1111

1212
[#425]: https://github.com/rust-random/getrandom/pull/425
1313
[#426]: https://github.com/rust-random/getrandom/pull/426

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ crate features, WASM support and Custom RNGs see the
5252

5353
## Minimum Supported Rust Version
5454

55-
This crate requires Rust 1.46.0 or later.
55+
This crate requires Rust 1.57.0 or later.
5656

5757
## Platform Support
5858

0 commit comments

Comments
 (0)