Skip to content

Commit 4183cde

Browse files
authored
Merge branch 'main' into fix_return_in_closure_0913
2 parents f65810a + faf97e6 commit 4183cde

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
toolchain: ${{ matrix.toolchain.version }}
5252

5353
- name: Install cargo-nextest
54-
uses: taiki-e/install-action@v2.59.1
54+
uses: taiki-e/install-action@v2.62.1
5555
with:
5656
tool: cargo-nextest
5757

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: nicknovitski/[email protected]
3636

3737
- name: Install cargo-llvm-cov
38-
uses: taiki-e/install-action@v2.59.1
38+
uses: taiki-e/install-action@v2.62.1
3939
with:
4040
tool: cargo-llvm-cov
4141

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions-rust-lang/setup-rust-toolchain@v1
7878

7979
- name: Install cargo-deny
80-
uses: taiki-e/install-action@v2.59.1
80+
uses: taiki-e/install-action@v2.62.1
8181
with:
8282
tool: cargo-deny
8383

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)