Skip to content

Commit eb9c2b0

Browse files
chore(deps): bump Swatinem/rust-cache from 2.2.1 to 2.7.3
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.1 to 2.7.3. - [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.2.1...v2.7.3) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7992726 commit eb9c2b0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
profile: minimal
2525
components: llvm-tools-preview
2626
- name: Rust Cache
27-
uses: Swatinem/rust-cache@v2.2.1
27+
uses: Swatinem/rust-cache@v2.7.3
2828
- name: Install grcov
2929
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3030
# TODO: re-enable the hwi tests

.github/workflows/cont_integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
override: true
2727
profile: minimal
2828
- name: Rust Cache
29-
uses: Swatinem/rust-cache@v2.2.1
29+
uses: Swatinem/rust-cache@v2.7.3
3030
- name: Pin dependencies for MSRV
3131
if: matrix.rust.version == '1.63.0'
3232
run: |
@@ -62,7 +62,7 @@ jobs:
6262
profile: minimal
6363
# target: "thumbv6m-none-eabi"
6464
- name: Rust Cache
65-
uses: Swatinem/rust-cache@v2.2.1
65+
uses: Swatinem/rust-cache@v2.7.3
6666
- name: Check bdk_chain
6767
working-directory: ./crates/chain
6868
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -99,7 +99,7 @@ jobs:
9999
profile: minimal
100100
target: "wasm32-unknown-unknown"
101101
- name: Rust Cache
102-
uses: Swatinem/rust-cache@v2.2.1
102+
uses: Swatinem/rust-cache@v2.7.3
103103
- name: "[Pending]Check bdk wallet"
104104
working-directory: ./crates/wallet
105105
run: echo "Pending"
@@ -135,7 +135,7 @@ jobs:
135135
components: clippy
136136
override: true
137137
- name: Rust Cache
138-
uses: Swatinem/rust-cache@v2.2.1
138+
uses: Swatinem/rust-cache@v2.7.3
139139
- uses: actions-rs/clippy-check@v1
140140
with:
141141
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Update toolchain
1717
run: rustup update
1818
- name: Rust Cache
19-
uses: Swatinem/rust-cache@v2.2.1
19+
uses: Swatinem/rust-cache@v2.7.3
2020
- name: Build docs
2121
working-directory: ./crates/chain
2222
run: cargo doc --no-deps

0 commit comments

Comments
 (0)