Skip to content

Commit

Permalink
Merge pull request #511 from matthiasbeyer/fix-cargo-check-external-t…
Browse files Browse the repository at this point in the history
…ypes-nightly-version

Fix: cargo-check-external-types must use nightly 2023-10-10
  • Loading branch information
matthiasbeyer committed Feb 1, 2024
2 parents 4457cff + 9c19a27 commit c7ab1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: nightly-2023-10-10

- name: Install cargo-check-external-types
run: cargo install --locked cargo-check-external-types
Expand Down

0 comments on commit c7ab1c3

Please sign in to comment.