We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea429b4 commit def2741Copy full SHA for def2741
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
- stable
35
- beta
36
- nightly
37
- - 1.51.0 # MSRV
+ - 1.57.0 # MSRV
38
39
name: tests/${{ matrix.rust }}
40
steps:
Cargo.toml
@@ -3,7 +3,7 @@
3
name = "ndarray"
4
version = "0.15.6"
5
edition = "2018"
6
-rust-version = "1.51"
+rust-version = "1.57"
7
authors = [
8
"Ulrik Sverdrup \"bluss\"",
9
"Jim Turner"
scripts/all-tests.sh
@@ -6,7 +6,7 @@ set -e
FEATURES=$1
CHANNEL=$2
-if [ "$CHANNEL" = "1.51.0" ]; then
+if [ "$CHANNEL" = "1.57.0" ]; then
10
cargo update --package openblas-src --precise 0.10.5
11
cargo update --package openblas-build --precise 0.10.5
12
cargo update --package once_cell --precise 1.14.0
0 commit comments