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.
2 parents a1e2aab + 9c54151 commit d113367Copy full SHA for d113367
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
components: llvm-tools-preview
23
24
- name: Install cargo-llvm-cov
25
- uses: taiki-e/install-action@v2.54.3
+ uses: taiki-e/install-action@v2.55.1
26
with:
27
tool: cargo-llvm-cov
28
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
components: clippy
29
30
- name: Install cargo-hack
31
32
33
tool: cargo-hack
34
@@ -80,7 +80,7 @@ jobs:
80
81
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
82
83
- - uses: taiki-e/install-action@v2.54.3
+ - uses: taiki-e/install-action@v2.55.1
84
85
tool: cargo-public-api
86
0 commit comments