Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.1 to 2.7.2
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 57cdb13 commit 68cfb5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
toolchain: 1.63

- uses: Swatinem/rust-cache@v2.7.1
- uses: Swatinem/rust-cache@v2.7.2

- run: cargo build --workspace --all-features

Expand All @@ -60,7 +60,7 @@ jobs:

- run: cargo install cargo-hack

- uses: Swatinem/rust-cache@v2.7.1
- uses: Swatinem/rust-cache@v2.7.2

- run: cargo hack build --workspace --each-feature

Expand All @@ -74,6 +74,6 @@ jobs:
with:
toolchain: stable

- uses: Swatinem/rust-cache@v2.7.1
- uses: Swatinem/rust-cache@v2.7.2

- run: cargo test --workspace --all-features

0 comments on commit 68cfb5a

Please sign in to comment.