We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d78c25 commit c8daf34Copy full SHA for c8daf34
.github/workflows/clippy.yaml
@@ -13,5 +13,5 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- run: rustup component add clippy
16
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
17
- run: cargo clippy -- -D warnings
.github/workflows/test-on-server.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install rust stable
26
uses: actions-rs/toolchain@v1
27
28
29
with:
30
key: test-on-server
31
0 commit comments