From 18c524a43f35d507ed161165e565c10b9a27c713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:26:12 +0000 Subject: [PATCH] ci: bump dtolnay/rust-toolchain from 1.87 to 1.100 Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.87 to 1.100. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.87...1.100) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: '1.100' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2ab6fb4..4350bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: dtolnay/rust-toolchain@1.87 + - uses: dtolnay/rust-toolchain@1.100 - uses: Swatinem/rust-cache@v2 - run: cargo check --all-features --all-targets