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 59213cd commit 2fac169Copy full SHA for 2fac169
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: dtolnay/rust-toolchain@master
27
with:
28
toolchain: ${{ matrix.rust }}
29
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
30
- name: cargo-check
31
uses: actions-rs/cargo@v1
32
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
- name: cargo-test
56
57
@@ -107,7 +107,7 @@ jobs:
107
108
toolchain: 1.67.0
109
components: clippy
110
111
- name: cargo-clippy
112
run: cargo clippy --all --all-targets --all-features
113
0 commit comments