From 4bd6108c070a55cd65bc143d8b4daca532bb9d5f Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Wed, 29 May 2024 17:42:22 -0400 Subject: [PATCH] ci: update cargo-check-external-types toolchain The upstream project cut a 0.1.12 release that now pins Rust nightly-2024-05-01. This commit updates CI to match. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 25f7324..ac50107 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -90,7 +90,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-02-07 + toolchain: nightly-2024-05-01 # ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml - run: cargo install cargo-check-external-types - run: cargo check-external-types