We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310d98 commit 4aa9bdaCopy full SHA for 4aa9bda
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [windows-latest, ubuntu-latest]
24
- rust: [1.60, nightly]
+ rust: [1.60.0, nightly]
25
runs-on: ${{ matrix.os }}
26
steps:
27
- name: Checkout
@@ -87,11 +87,11 @@ jobs:
87
~/.cargo/git
88
target
89
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
90
- - name: Run clippy --all-targets --all-features -- -D warnings
+ - name: Run clippy --all-targets --all-features
91
uses: actions-rs/cargo@v1
92
with:
93
command: clippy
94
- args: --locked --all-targets --all-features -- -D warnings
+ args: --locked --all-targets --all-features
95
docs:
96
name: Docs
97
runs-on: ubuntu-latest
0 commit comments