Skip to content

Commit a6c140a

Browse files
chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Commits](Swatinem/rust-cache@v2.7.8...v2.8.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent faf520d commit a6c140a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
profile: minimal
2424
components: llvm-tools-preview
2525
- name: Rust Cache
26-
uses: Swatinem/rust-cache@v2.7.8
26+
uses: Swatinem/rust-cache@v2.8.1
2727
- name: Install cargo-llvm-cov
2828
run: if [[ ! -e ~/.cargo/bin/cargo-llvm-cov ]]; then cargo install cargo-llvm-cov; fi
2929
- name: Make coverage directory

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
override: true
4646
profile: minimal
4747
- name: Rust Cache
48-
uses: Swatinem/rust-cache@v2.7.8
48+
uses: Swatinem/rust-cache@v2.8.1
4949
- name: Pin dependencies for 1.75
5050
if: matrix.rust.version == '1.75.0'
5151
run: |
@@ -89,7 +89,7 @@ jobs:
8989
profile: minimal
9090
# target: "thumbv6m-none-eabi"
9191
- name: Rust Cache
92-
uses: Swatinem/rust-cache@v2.7.8
92+
uses: Swatinem/rust-cache@v2.8.1
9393
- name: Check bdk_chain
9494
working-directory: ./crates/chain
9595
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -123,7 +123,7 @@ jobs:
123123
profile: minimal
124124
target: "wasm32-unknown-unknown"
125125
- name: Rust Cache
126-
uses: Swatinem/rust-cache@v2.7.8
126+
uses: Swatinem/rust-cache@v2.8.1
127127
- name: Check esplora
128128
working-directory: ./crates/esplora
129129
run: cargo check --target wasm32-unknown-unknown --no-default-features --features bdk_core/hashbrown,async
@@ -162,7 +162,7 @@ jobs:
162162
components: clippy
163163
override: true
164164
- name: Rust Cache
165-
uses: Swatinem/rust-cache@v2.7.8
165+
uses: Swatinem/rust-cache@v2.8.1
166166
- uses: actions-rs/clippy-check@v1
167167
with:
168168
token: ${{ secrets.GITHUB_TOKEN }}
@@ -192,7 +192,7 @@ jobs:
192192
override: true
193193
profile: minimal
194194
- name: Rust Cache
195-
uses: Swatinem/rust-cache@v2.7.8
195+
uses: Swatinem/rust-cache@v2.8.1
196196
- name: Build
197197
working-directory: examples/${{ matrix.example-dir }}
198198
run: cargo build

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Rust Cache
21-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
21+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
2222

2323
- name: Install zizmor
2424
run: cargo install zizmor --locked --version 1.6.0

0 commit comments

Comments
 (0)