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.