Skip to content

Commit 99723b6

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) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.8...f13886b) --- 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 e2cf34d commit 99723b6

File tree

3 files changed

+6
-6
lines changed

3 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
toolchain: stable
2727
components: llvm-tools-preview
2828
- name: Rust Cache
29-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
29+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
toolchain: ${{ matrix.rust.version }}
4848
- name: Rust Cache
49-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
49+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
5050
- name: Pin dependencies for MSRV
5151
if: matrix.rust.version == '1.85.0'
5252
run: ./ci/pin-msrv.sh
@@ -72,7 +72,7 @@ jobs:
7272
toolchain: ${{ needs.prepare.outputs.rust_version }}
7373
# target: "thumbv6m-none-eabi"
7474
- name: Rust Cache
75-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
75+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
7676
- name: Check no-std
7777
# TODO "--target thumbv6m-none-eabi" should work but currently does not
7878
run: cargo check --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -99,7 +99,7 @@ jobs:
9999
toolchain: ${{ needs.prepare.outputs.rust_version }}
100100
targets: "wasm32-unknown-unknown"
101101
- name: Rust Cache
102-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
102+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
103103
- name: Check WASM
104104
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
105105

@@ -134,7 +134,7 @@ jobs:
134134
toolchain: ${{ needs.prepare.outputs.rust_version }}
135135
components: clippy
136136
- name: Rust Cache
137-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
137+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
138138
- name: Clippy
139139
run: cargo clippy --all-features --all-targets -- -D warnings
140140

.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)