From 0fd1bab50acfa0f006dbf6dc816785bc7aa2e85a Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 23 Aug 2026 18:32:58 +0900 Subject: [PATCH] chore(ci): simplify msrv check --- .github/workflows/CI.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a3b1341a..2bea3ccb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,17 +68,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v7 - - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@v2 - - name: Resolve MSRV aware dependencies - run: | - cargo update - env: - CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback - name: Install Rust (${{ matrix.rust }}) uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} + - uses: Swatinem/rust-cache@v2 - run: cargo check --features full miri: