Skip to content

Commit 6f04a97

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 5817ed0 commit 6f04a97

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
@@ -43,7 +43,7 @@ jobs:
4343
override: true
4444
profile: minimal
4545
- name: Rust Cache
46-
uses: Swatinem/[email protected].7
46+
uses: Swatinem/[email protected].8
4747
- name: Pin dependencies for 1.75
4848
if: matrix.rust.version == '1.75.0'
4949
run: |
@@ -84,7 +84,7 @@ jobs:
8484
profile: minimal
8585
# target: "thumbv6m-none-eabi"
8686
- name: Rust Cache
87-
uses: Swatinem/[email protected].7
87+
uses: Swatinem/[email protected].8
8888
- name: Check bdk_chain
8989
working-directory: ./crates/chain
9090
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -122,7 +122,7 @@ jobs:
122122
profile: minimal
123123
target: "wasm32-unknown-unknown"
124124
- name: Rust Cache
125-
uses: Swatinem/[email protected].7
125+
uses: Swatinem/[email protected].8
126126
- name: Check bdk wallet
127127
working-directory: ./crates/wallet
128128
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -165,7 +165,7 @@ jobs:
165165
components: clippy
166166
override: true
167167
- name: Rust Cache
168-
uses: Swatinem/[email protected].7
168+
uses: Swatinem/[email protected].8
169169
- uses: actions-rs/clippy-check@v1
170170
with:
171171
token: ${{ secrets.GITHUB_TOKEN }}
@@ -199,7 +199,7 @@ jobs:
199199
override: true
200200
profile: minimal
201201
- name: Rust Cache
202-
uses: Swatinem/[email protected].7
202+
uses: Swatinem/[email protected].8
203203
- name: Build
204204
working-directory: example-crates/${{ matrix.example-dir }}
205205
run: cargo build

0 commit comments

Comments
 (0)