-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump Swatinem/rust-cache from 2.0.1 to 2.0.2 (#923)
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.1 to 2.0.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.0.1...v2.0.2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eaf337d
commit c4fafff
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
override: true | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Run benchmark | ||
run: cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
override: true | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Copy bench results | ||
id: step_one | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
components: clippy, rustfmt | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Cargo fmt | ||
uses: actions-rs/[email protected] | ||
|
@@ -86,7 +86,7 @@ jobs: | |
version: 0.5 | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Cargo check all targets and features | ||
run: cargo hack check --workspace --each-feature --all-targets | ||
|
@@ -106,7 +106,7 @@ jobs: | |
override: true | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Cargo test | ||
uses: actions-rs/[email protected] | ||
|
@@ -129,7 +129,7 @@ jobs: | |
override: true | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Cargo test | ||
uses: actions-rs/[email protected] | ||
|
@@ -152,7 +152,7 @@ jobs: | |
override: true | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].1 | ||
uses: Swatinem/[email protected].2 | ||
|
||
- name: Cargo test | ||
uses: actions-rs/[email protected] | ||
|