Skip to content

Commit c7ab1c3

Browse files
Merge pull request #511 from matthiasbeyer/fix-cargo-check-external-types-nightly-version
Fix: cargo-check-external-types must use nightly 2023-10-10
2 parents 4457cff + 9c19a27 commit c7ab1c3

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)