Skip to content

Commit 9c19a27

Browse files
committed
Fix: cargo-check-external-types must use nightly 2023-10-10
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 4457cff commit 9c19a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install toolchain
1414
uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: nightly
16+
toolchain: nightly-2023-10-10
1717

1818
- name: Install cargo-check-external-types
1919
run: cargo install --locked cargo-check-external-types

0 commit comments

Comments
 (0)