Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5a019b

Browse files
committedAug 20, 2024·
Update MSRV to Rust 1.64, matching ndarray 0.16
1 parent 30864c2 commit b5a019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121
- beta
2222
- nightly
23-
- 1.49.0 # MSRV
23+
- 1.64.0 # MSRV
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)
Please sign in to comment.