Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 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@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2023
1 parent 659d35d commit b94a0cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Use Rust Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Setup Cross Compilation Tools
if: matrix.cross == 'true' && contains(matrix.target, 'linux')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Use Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Lint
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Use Rust Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Set up incremental LTO and sysroot build
if: matrix.use_sysroot || startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Use Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run Tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit b94a0cc

Please sign in to comment.