We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce81cc commit 630b6faCopy full SHA for 630b6fa
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
components: llvm-tools-preview
24
25
- name: Install just & cargo-llvm-cov
26
- uses: taiki-e/install-action@v2.46.9
+ uses: taiki-e/install-action@v2.47.0
27
with:
28
tool: just,cargo-llvm-cov
29
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
components: clippy
30
- name: Install just, cargo-hack
31
32
33
tool: just,cargo-hack
34
@@ -82,7 +82,7 @@ jobs:
82
toolchain: nightly-2024-09-10
83
84
- name: Install cargo-public-api
85
86
87
tool: cargo-public-api
88
0 commit comments