Skip to content

Commit 14c8123

Browse files
committed
Would it work with 1.64
1 parent 548e742 commit 14c8123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- stable
5151
- beta
5252
- nightly
53-
- 1.70.0 # MSRV
53+
- 1.64.0 # MSRV
5454

5555
name: tests/${{ matrix.rust }}
5656
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "ndarray"
44
version = "0.15.6"
55
edition = "2018"
6-
rust-version = "1.70"
6+
rust-version = "1.64"
77
authors = [
88
"Ulrik Sverdrup \"bluss\"",
99
"Jim Turner"

0 commit comments

Comments
 (0)