From 7e7ce7178b5e2e9d33823b25b9c7d293291bca0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:24:05 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/e207df5d269b42b69c8bc5101da26f7d31feddb4...a95ba195448af2da9b00fb742d14ffaaf3c21f43) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb6d9a..50b92d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: | rustup update rustup component add clippy - - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 + - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 - name: Lint run: cargo clippy -- --deny warnings @@ -73,7 +73,7 @@ jobs: run: | sudo apt-get install -y musl-tools rustup target add x86_64-unknown-linux-musl - - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 + - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 - run: | cargo build \ --bin ${NAME}-c \ @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 + - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 - run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test --locked --no-run - run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test - run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test --locked --no-run --features=radamsa