Skip to content

Commit

Permalink
Update MSRV to 1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 authored and bluss committed Mar 10, 2024
1 parent ada4d0c commit 62461d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- stable
- beta
- nightly
- 1.51.0 # MSRV
- 1.57.0 # MSRV

name: tests/${{ matrix.rust }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "ndarray"
version = "0.15.6"
edition = "2018"
rust-version = "1.51"
rust-version = "1.57"
authors = [
"Ulrik Sverdrup \"bluss\"",
"Jim Turner"
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
FEATURES=$1
CHANNEL=$2

if [ "$CHANNEL" = "1.51.0" ]; then
if [ "$CHANNEL" = "1.57.0" ]; then
cargo update --package openblas-src --precise 0.10.5
cargo update --package openblas-build --precise 0.10.5
cargo update --package once_cell --precise 1.14.0
Expand Down

0 comments on commit 62461d7

Please sign in to comment.