-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7. - [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.5...v2.7.7) --- 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
81b89d6
commit d3303b7
Showing
2 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
ref: ${{ github.event.release.target_commitish }} | ||
token: ${{ secrets.BOTTY_GITHUB_TOKEN }} | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
toolchain: "1.74" | ||
components: clippy,rustfmt | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Check formatting | ||
uses: dprint/[email protected] | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Build swap | ||
run: cargo build --bin swap | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Install sqlx-cli | ||
run: cargo install --locked --version 0.6.3 sqlx-cli | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
|
@@ -133,7 +133,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Build tests | ||
run: cargo build --tests --workspace --all-features | ||
|
@@ -173,7 +173,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Run test ${{ matrix.test_name }} | ||
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture | ||
|
@@ -184,7 +184,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Run RPC server tests | ||
run: cargo test --package swap --all-features --test rpc -- --nocapture | ||
|
@@ -197,7 +197,7 @@ jobs: | |
|
||
- uses: dtolnay/rust-toolchain@stable | ||
|
||
- uses: Swatinem/[email protected].5 | ||
- uses: Swatinem/[email protected].7 | ||
|
||
- name: Run cargo check on stable rust | ||
run: cargo check --all-targets |