We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778d8fa commit 71578e8Copy full SHA for 71578e8
.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.45.14
+ uses: taiki-e/install-action@v2.46.4
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