From c408b23cab03a6430431f953075eb1d90b985260 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 15 Jan 2026 16:47:06 +0100 Subject: [PATCH 1/2] ci: avoid denying warnings on nightly toolchains --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0722e6d8..1cb79072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,6 @@ jobs: - name: cargo test (${{ matrix.features }}) run: cargo test --locked ${{ matrix.features }} -- --include-ignored env: - RUSTFLAGS: "-D warnings" AWS_LC_SYS_PREBUILT_NASM: "1" # for benefit of rcgen msrv: From 878ce7e7b13be6d07bb37da57d6a2eca0c838734 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 12 Dec 2025 10:33:55 -0500 Subject: [PATCH 2/2] ci: sync cargo-check-external-types nightly --- .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 1cb79072..13a89f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,7 +237,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-08-06 + toolchain: nightly-2025-10-18 # ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml - name: Install cargo-check-external-types uses: taiki-e/cache-cargo-install-action@v2