Skip to content

Commit 3f57201

Browse files
committed
Bumps main MSRV to 1.67
1 parent bb0e231 commit 3f57201

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
@@ -74,7 +74,7 @@ jobs:
7474
- stable
7575
- beta
7676
- nightly
77-
- 1.64.0 # MSRV
77+
- 1.67.0 # MSRV
7878

7979
name: tests/${{ matrix.rust }}
8080
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.16.1"
55
edition = "2018"
6-
rust-version = "1.64"
6+
rust-version = "1.67"
77
authors = [
88
"Ulrik Sverdrup \"bluss\"",
99
"Jim Turner"

0 commit comments

Comments
 (0)