Skip to content

Commit ea3b592

Browse files
committed
Bump MSRV to 1.57 for const panic
1 parent 3fc271c commit ea3b592

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Breaking Changes
2525

26-
* #1399 Bump MSRV to 1.51.
26+
* #1400 Bump MSRV to 1.57.
2727
* #1399 Thread support is now required on all platforms.
2828
* #1135 The "no_metrics" anti-feature has been replaced with
2929
the "metrics" positive feature.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ extreme::run(async move {
161161

162162
# minimum supported Rust version (MSRV)
163163

164-
We support Rust 1.51.0 and up.
164+
We support Rust 1.57.0 and up.
165165

166166
# architecture
167167

scripts/cross_compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ rustup update --no-self-update
1212

1313
RUSTFLAGS="--cfg miri" cargo check
1414

15-
rustup toolchain install 1.51.0 --no-self-update
15+
rustup toolchain install 1.57.0 --no-self-update
1616
cargo clean
1717
rm Cargo.lock
18-
cargo +1.51.0 check
18+
cargo +1.57.0 check
1919

2020
for target in $targets; do
2121
echo "setting up $target..."

0 commit comments

Comments
 (0)