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 8fac36b + 0b960a4 commit 3bd1e33Copy full SHA for 3bd1e33
3 files changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
toolchain: ${{ matrix.toolchain.version }}
47
48
- name: Install cargo-nextest
49
- uses: taiki-e/install-action@v2.50.4
+ uses: taiki-e/install-action@v2.50.7
50
with:
51
tool: cargo-nextest
52
.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: nicknovitski/nix-develop@v1.2.1
31
32
- name: Install cargo-llvm-cov
33
34
35
tool: cargo-llvm-cov
36
.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