Skip to content

Commit 883afee

Browse files
build(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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fe121e commit 883afee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
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
@@ -118,7 +118,7 @@ jobs:
118118
profile: minimal
119119
target: "wasm32-unknown-unknown"
120120
- name: Rust Cache
121-
uses: Swatinem/[email protected].7
121+
uses: Swatinem/[email protected].8
122122
- name: Check esplora
123123
working-directory: ./crates/esplora
124124
run: cargo check --target wasm32-unknown-unknown --no-default-features --features bdk_core/hashbrown,async
@@ -158,7 +158,7 @@ jobs:
158158
components: clippy
159159
override: true
160160
- name: Rust Cache
161-
uses: Swatinem/[email protected].7
161+
uses: Swatinem/[email protected].8
162162
- uses: actions-rs/clippy-check@v1
163163
with:
164164
token: ${{ secrets.GITHUB_TOKEN }}
@@ -188,7 +188,7 @@ jobs:
188188
override: true
189189
profile: minimal
190190
- name: Rust Cache
191-
uses: Swatinem/[email protected].7
191+
uses: Swatinem/[email protected].8
192192
- name: Build
193193
working-directory: examples/${{ matrix.example-dir }}
194194
run: cargo build

0 commit comments

Comments
 (0)