Skip to content

Commit def2741

Browse files
jturner314bluss
authored andcommitted
Update MSRV to 1.57
1 parent ea429b4 commit def2741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- stable
3535
- beta
3636
- nightly
37-
- 1.51.0 # MSRV
37+
- 1.57.0 # MSRV
3838

3939
name: tests/${{ matrix.rust }}
4040
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "ndarray"
44
version = "0.15.6"
55
edition = "2018"
6-
rust-version = "1.51"
6+
rust-version = "1.57"
77
authors = [
88
"Ulrik Sverdrup \"bluss\"",
99
"Jim Turner"

scripts/all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
FEATURES=$1
77
CHANNEL=$2
88

9-
if [ "$CHANNEL" = "1.51.0" ]; then
9+
if [ "$CHANNEL" = "1.57.0" ]; then
1010
cargo update --package openblas-src --precise 0.10.5
1111
cargo update --package openblas-build --precise 0.10.5
1212
cargo update --package once_cell --precise 1.14.0

0 commit comments

Comments
 (0)