From 730ec9f4ce07096fd3cabc185ca363c036dad723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 3 Sep 2025 16:49:23 +0200 Subject: [PATCH] ci: Upgrade rust nightly and typos --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fa246..346db6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI env: CARGO_TERM_COLOR: always CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse - NIGHTLY: nightly-2025-03-03 + NIGHTLY: nightly-2025-08-08 on: push: @@ -27,7 +27,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Check spelling - uses: crate-ci/typos@v1.30.0 + uses: crate-ci/typos@v1.36.0 - name: Install cargo-sort uses: taiki-e/cache-cargo-install-action@v2