Skip to content

Commit b1e31d4

Browse files
committed
Set correct MSRV (1.70.0)
1 parent 9660483 commit b1e31d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
rust:
19-
- 1.65.0 # MSRV
19+
- 1.70.0 # MSRV
2020
- stable
2121
- nightly
2222
steps:

0 commit comments

Comments
 (0)