From f9b08c10809e3b39497e21cccaa0d0c49b0216dc Mon Sep 17 00:00:00 2001 From: Harold Dost Date: Tue, 26 Dec 2023 23:49:19 +0100 Subject: [PATCH] chore: Pin nightly version for check-external-types This is is because the versions are extremely tied to each other. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af39186680..c55d2b41f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2023-10-10 components: rustfmt override: true - name: external-type-check