diff --git a/.github/workflows/advanced-tests.yml b/.github/workflows/advanced-tests.yml index 2dd56d58..0a7866d7 100644 --- a/.github/workflows/advanced-tests.yml +++ b/.github/workflows/advanced-tests.yml @@ -18,6 +18,6 @@ jobs: override: true components: rustfmt, clippy - name: Cache cargo - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 + uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 - name: Run advanced tests run: RUSTFLAGS="--cfg loom" cargo test --features advanced-tests