From 17f7828986ebf8307b13e906ad7c5928591ea84e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 03:45:42 +0000 Subject: [PATCH] Update Rust to v1.96.0 --- .github/workflows/formatting.yml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index ab571c1..6eb4f9a 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.69.0 + toolchain: 1.96.0 components: rustfmt - name: cargo fmt run: cargo fmt --all -- --check @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.84.0 + toolchain: 1.96.0 components: clippy - run: cargo clippy -- --deny warnings diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f4e26ea..8912ec5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.84.0" +channel = "1.96.0" targets = [ "thumbv8m.main-none-eabihf" ] profile = "minimal" components = [ "rustfmt" ]