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 bb0e231 commit 3f57201Copy full SHA for 3f57201
.github/workflows/ci.yaml
@@ -74,7 +74,7 @@ jobs:
74
- stable
75
- beta
76
- nightly
77
- - 1.64.0 # MSRV
+ - 1.67.0 # MSRV
78
79
name: tests/${{ matrix.rust }}
80
steps:
Cargo.toml
@@ -3,7 +3,7 @@
3
name = "ndarray"
4
version = "0.16.1"
5
edition = "2018"
6
-rust-version = "1.64"
+rust-version = "1.67"
7
authors = [
8
"Ulrik Sverdrup \"bluss\"",
9
"Jim Turner"
0 commit comments