mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 23:19:34 -05:00
Bump Swatinem/rust-cache from 1.2.0 to 1.3.0
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/v1/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d5d0dda6e7
commit
5d07cf75d1
2
.github/workflows/build-release-binaries.yml
vendored
2
.github/workflows/build-release-binaries.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
ref: ${{ github.event.release.target_commitish }}
|
||||
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}
|
||||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
- uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Install compiler for armhf arch
|
||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
- uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Check formatting
|
||||
uses: dprint/check@v1.4
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
- uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Install compiler for armhf arch
|
||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
- uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Build tests
|
||||
run: cargo build --tests --workspace --all-features
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
- uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Run test ${{ matrix.test_name }}
|
||||
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture
|
||||
|
Loading…
Reference in New Issue
Block a user