Skip to content

build: bump Swatinem/rust-cache from 2.7.8 to 2.8.0 #1570

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
override: true

- name: Cache dependencies
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0

- name: Run `cargo fmt`
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
override: true

- name: Cache dependencies
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0

- name: Compile (all features)
run: cargo build --all-features --all-targets --workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
override: true

- name: Cache dependencies
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0

- name: Compile
run: cargo build --benches --tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
override: true

- name: Cache dependencies
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0

- name: Compile
run: cargo build --all-targets --workspace
Expand Down
Loading