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 4d21f09 commit cc29800Copy full SHA for cc29800
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
toolchain: stable
21
components: rustfmt, clippy
22
- - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43
+ - uses: Swatinem/rust-cache@e8e63cdbf2788df3801e6f9a81516b2ca8391886
23
- name: Lint (clippy)
24
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
25
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
44
45
46
47
- name: run tests
48
49
0 commit comments