From 76858a1cc55971a6913dec68079f3e4574979f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:13:54 +0000 Subject: [PATCH] ci: bump dtolnay/rust-toolchain Bumps the actions-minor-patch group with 1 update in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). Updates `dtolnay/rust-toolchain` from 1.90 to 1.100 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.90...1.100) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: '1.100' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... 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 2db202f..79050b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust toolchain (pinned MSRV) - uses: dtolnay/rust-toolchain@1.90 + uses: dtolnay/rust-toolchain@1.100 # Distinct cache key: 1.90 build artifacts are not interchangeable with the # stable debug/release caches the other jobs share.