Skip to content

Commit be3219b

Browse files
jturner314bluss
authored andcommitted
Update MSRV to 1.57
1 parent ada4d0c commit be3219b

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
@@ -34,7 +34,7 @@ jobs:
3434
- stable
3535
- beta
3636
- nightly
37-
- 1.51.0 # MSRV
37+
- 1.57.0 # MSRV
3838

3939
name: tests/${{ matrix.rust }}
4040
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.51"
6+
rust-version = "1.57"
77
authors = [
88
"Ulrik Sverdrup \"bluss\"",
99
"Jim Turner"

0 commit comments

Comments
 (0)