-
Notifications
You must be signed in to change notification settings - Fork 79
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.7.3 to 2.7.5
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [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.7.3...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
545f609
commit 19b8e83
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
toolchain: stable | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo test | ||
run: cargo test --features signaling --all-targets | ||
|
@@ -43,7 +43,7 @@ jobs: | |
target: wasm32-unknown-unknown | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo check | ||
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check > | ||
|
@@ -68,7 +68,7 @@ jobs: | |
components: rustfmt | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo clippy | ||
run: cargo fmt --all --check | ||
|
@@ -91,7 +91,7 @@ jobs: | |
components: clippy | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo clippy | ||
run: cargo clippy --features signaling --all-targets -- -D warnings | ||
|
@@ -111,7 +111,7 @@ jobs: | |
components: clippy | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo clippy | ||
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy > | ||
|
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].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Install Taplo | ||
uses: actions-rs/cargo@v1 | ||
|