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 1cbcf0f commit d1e561aCopy full SHA for d1e561a
.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@cb8ffc21fa260a61d7c314b390985a11fcddf81a
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