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 bb29524 + 3d2b9c3 commit 4360567Copy full SHA for 4360567
3 files changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
toolchain: ${{ matrix.toolchain.version }}
50
51
- name: Install cargo-nextest
52
- uses: taiki-e/install-action@v2.68.33
+ uses: taiki-e/install-action@v2.69.6
53
with:
54
tool: cargo-nextest
55
.github/workflows/coverage.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: nicknovitski/nix-develop@v1.2.1
36
37
- name: Install cargo-llvm-cov
38
39
40
tool: cargo-llvm-cov
41
.github/workflows/lint.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions-rust-lang/setup-rust-toolchain@v1
78
79
- name: Install cargo-deny
80
81
82
tool: cargo-deny
83
0 commit comments