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 d9de2e5 commit c4d35c4Copy full SHA for c4d35c4
.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.58.29
+ uses: taiki-e/install-action@v2.62.43
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.58.29
+ - uses: taiki-e/install-action@v2.62.43
84
85
tool: cargo-public-api
86
0 commit comments