Skip to content

Commit 4553137

Browse files
chore(deps): bump Swatinem/rust-cache from 2.7.7 to 2.7.8
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.7 to 2.7.8. - [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.7...v2.7.8) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e61d2a commit 4553137

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/code_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
profile: minimal
2727
components: llvm-tools-preview
2828
- name: Rust Cache
29-
uses: Swatinem/[email protected].7
29+
uses: Swatinem/[email protected].8
3030
- name: Install grcov
3131
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3232
- name: Test

.github/workflows/cont_integration.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
override: true
4343
profile: minimal
4444
- name: Rust Cache
45-
uses: Swatinem/[email protected].7
45+
uses: Swatinem/[email protected].8
4646
- name: Pin dependencies for MSRV
4747
if: matrix.rust.version == '1.63.0'
4848
run: ./ci/pin-msrv.sh
@@ -70,7 +70,7 @@ jobs:
7070
profile: minimal
7171
# target: "thumbv6m-none-eabi"
7272
- name: Rust Cache
73-
uses: Swatinem/[email protected].7
73+
uses: Swatinem/[email protected].8
7474
- name: Check bdk wallet
7575
working-directory: ./wallet
7676
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -100,7 +100,7 @@ jobs:
100100
profile: minimal
101101
target: "wasm32-unknown-unknown"
102102
- name: Rust Cache
103-
uses: Swatinem/[email protected].7
103+
uses: Swatinem/[email protected].8
104104
- name: Check bdk wallet
105105
working-directory: ./wallet
106106
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -140,7 +140,7 @@ jobs:
140140
components: clippy
141141
override: true
142142
- name: Rust Cache
143-
uses: Swatinem/[email protected].7
143+
uses: Swatinem/[email protected].8
144144
- uses: actions-rs/clippy-check@v1
145145
with:
146146
token: ${{ secrets.GITHUB_TOKEN }}
@@ -170,7 +170,7 @@ jobs:
170170
override: true
171171
profile: minimal
172172
- name: Rust Cache
173-
uses: Swatinem/[email protected].7
173+
uses: Swatinem/[email protected].8
174174
- name: Build
175175
working-directory: examples/${{ matrix.example-dir }}
176176
run: cargo build

0 commit comments

Comments
 (0)