Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.0
Browse files Browse the repository at this point in the history
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](Swatinem/rust-cache@v2.6.2...v2.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 4083189 commit 9114bd5
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 @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Clippy
uses: actions-rs/cargo@v1
Expand All @@ -43,7 +43,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Check (native)
run: cargo check --all
Expand All @@ -70,7 +70,7 @@ jobs:
uses: jetli/[email protected]

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Test (native)
run: cargo test --all
Expand Down

0 comments on commit 9114bd5

Please sign in to comment.