Skip to content

Commit

Permalink
Fix: cargo-check-external-types must use nightly 2023-10-10
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Feb 1, 2024
1 parent 4457cff commit 9c19a27
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 9c19a27

Please sign in to comment.