Skip to content

Commit 1ca1e9a

Browse files
committed
Update MSRV to 1.57
1 parent dbc7149 commit 1ca1e9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- stable
2222
- beta
2323
- nightly
24-
- 1.51.0 # MSRV
24+
- 1.57.0 # MSRV
2525

2626
steps:
2727
- uses: actions/checkout@v2

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name = "ndarray"
44
version = "0.15.4"
55
edition = "2018"
6+
rust-version = "1.57"
67
authors = [
78
"Ulrik Sverdrup \"bluss\"",
89
"Jim Turner"

0 commit comments

Comments
 (0)