Skip to content

Commit 02b77bc

Browse files
committed
try again
1 parent 3aa39c9 commit 02b77bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ jobs:
998998
rust:
999999
# `check-external-types` requires a specific Rust nightly version. See
10001000
# the README for details: https://github.com/awslabs/cargo-check-external-types
1001-
- nightly-2023-10-21
1001+
- nightly-2024-06-30
10021002
steps:
10031003
- uses: actions/checkout@v4
10041004
- name: Install Rust ${{ matrix.rust }}
@@ -1009,7 +1009,7 @@ jobs:
10091009
- name: Install cargo-check-external-types
10101010
uses: taiki-e/cache-cargo-install-action@v1
10111011
with:
1012-
1012+
10131013
- name: check-external-types
10141014
run: cargo check-external-types --all-features
10151015
working-directory: tokio

0 commit comments

Comments
 (0)