Skip to content

Commit 028bd5b

Browse files
hoxxeppetrochenkov
authored andcommitted
Change MSRV in github workflows
1 parent 7594b56 commit 028bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
rust: ["1.66", stable, beta, nightly]
10+
rust: ["1.60", stable, beta, nightly]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
steps:
1313
- uses: actions/checkout@master

0 commit comments

Comments
 (0)