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 ada4d0c commit be3219bCopy full SHA for be3219b
.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"
0 commit comments