We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc7149 commit 1ca1e9aCopy full SHA for 1ca1e9a
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- stable
22
- beta
23
- nightly
24
- - 1.51.0 # MSRV
+ - 1.57.0 # MSRV
25
26
steps:
27
- uses: actions/checkout@v2
Cargo.toml
@@ -3,6 +3,7 @@
3
name = "ndarray"
4
version = "0.15.4"
5
edition = "2018"
6
+rust-version = "1.57"
7
authors = [
8
"Ulrik Sverdrup \"bluss\"",
9
"Jim Turner"
0 commit comments