We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7594b56 commit 028bd5bCopy full SHA for 028bd5b
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- rust: ["1.66", stable, beta, nightly]
+ rust: ["1.60", stable, beta, nightly]
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
steps:
13
- uses: actions/checkout@master
0 commit comments