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 6a2a450 commit 5ec0429Copy full SHA for 5ec0429
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: dtolnay/rust-toolchain@stable
20
with:
21
components: rustfmt, clippy
22
- - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
+ - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
23
- name: Lint (rustfmt)
24
run: cargo xfmt --check
25
- name: Lint (clippy)
@@ -41,7 +41,7 @@ jobs:
41
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
42
43
toolchain: ${{ matrix.rust-version }}
44
45
- name: Build
46
run: cargo build
47
- name: Install nextest
0 commit comments