Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent fae9121 commit 24965d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
toolchain: 1.60.0 # MSRV
targets: ${{ matrix.target }}
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
with:
key: ${{ matrix.target }}
- name: Run tests
Expand All @@ -68,7 +68,7 @@ jobs:
toolchain: stable
components: rustfmt
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Check code formatted
run: cargo fmt -- --check

Expand All @@ -84,7 +84,7 @@ jobs:
toolchain: stable
components: clippy
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Check no lint warnings
run: cargo clippy -- -D warnings
- name: Check no lint warnings (all features)
Expand All @@ -103,7 +103,7 @@ jobs:
with:
toolchain: stable
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Check no `rustdoc` lint warnings
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items --all-features

Expand All @@ -118,6 +118,6 @@ jobs:
with:
toolchain: nightly
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- name: Run benchmarks
run: cargo bench

0 comments on commit 24965d7

Please sign in to comment.