From 965a959c9b4f6573981208394113e2025d8d0354 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:38:42 +0000 Subject: [PATCH] chore(deps): Update Rust Stable to v1.90 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36761ce..c04f1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE - uses: Swatinem/rust-cache@v2 - name: Check documentation env: @@ -123,7 +123,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE components: rustfmt - uses: Swatinem/rust-cache@v2 - name: Check formatting @@ -139,7 +139,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.89" # STABLE + toolchain: "1.90" # STABLE components: clippy - uses: Swatinem/rust-cache@v2 - name: Install SARIF tools