diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3f99f8..e644162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - uses: Swatinem/rust-cache@v2.9.1 + - uses: Swatinem/rust-cache@v2.9.2 - run: cargo fmt --all -- --check - run: cargo clippy --locked --all-targets -- -D warnings - run: cargo test --locked