From 98fd8e03cb2ac131771f6924e55397bae272cac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:08:38 +0000 Subject: [PATCH] chore: bump up dtolnay/rust-toolchain digest to 29eef33 --- .github/workflows/CI.yml | 4 ++-- .github/workflows/benchmark.yml | 2 +- .github/workflows/codspeed.yml | 2 +- .github/workflows/size-compare.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49e3458..0019e2d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: node-version: 24 cache: yarn - name: Install - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable components: clippy, rustfmt @@ -96,7 +96,7 @@ jobs: node-version: 24 cache: yarn - name: Install - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable targets: ${{ matrix.settings.target }} diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6995599..4b6111a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: node-version: 24 cache: yarn - name: Install Rust - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable targets: x86_64-unknown-linux-gnu diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index a333328..b4a4b18 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -29,7 +29,7 @@ jobs: cache: yarn - name: Install Rust - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable targets: x86_64-unknown-linux-gnu diff --git a/.github/workflows/size-compare.yml b/.github/workflows/size-compare.yml index 92e1141..5e13122 100644 --- a/.github/workflows/size-compare.yml +++ b/.github/workflows/size-compare.yml @@ -31,7 +31,7 @@ jobs: node-version: 24 cache: yarn - name: Install Rust - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable targets: x86_64-unknown-linux-gnu @@ -83,7 +83,7 @@ jobs: node-version: 24 cache: yarn - name: Install Rust - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: toolchain: stable targets: x86_64-unknown-linux-gnu