From e1eb27f8478bfbe40e9b1c13f34892591bb2ef73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:18:14 +0000 Subject: [PATCH] build(deps): bump dtolnay/rust-toolchain from 1.88 to 1.100 Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.88 to 1.100. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.88...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 74d9dae..ea09cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: # The action tag IS the toolchain version installed; @1.88 pins MSRV. # (Dependabot bumped this to @1.100 in #17, which tries to install a # non-existent rust 1.100.0 — revert to the real MSRV.) - uses: dtolnay/rust-toolchain@1.88 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo uses: Swatinem/rust-cache@v2