Skip to content

Commit 800f5a5

Browse files
chore(deps): bump Swatinem/rust-cache from 2.2.1 to 2.7.5
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.1 to 2.7.5. - [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.5) --- 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 493638e commit 800f5a5

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
@@ -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.5
2828
- name: Install grcov
2929
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3030
- name: Test

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
override: true
3838
profile: minimal
3939
- name: Rust Cache
40-
uses: Swatinem/rust-cache@v2.2.1
40+
uses: Swatinem/rust-cache@v2.7.5
4141
- name: Pin dependencies for MSRV
4242
if: matrix.rust.version == '1.63.0'
4343
run: |
@@ -68,7 +68,7 @@ jobs:
6868
profile: minimal
6969
# target: "thumbv6m-none-eabi"
7070
- name: Rust Cache
71-
uses: Swatinem/rust-cache@v2.2.1
71+
uses: Swatinem/rust-cache@v2.7.5
7272
- name: Check bdk_chain
7373
working-directory: ./crates/chain
7474
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -103,7 +103,7 @@ jobs:
103103
profile: minimal
104104
target: "wasm32-unknown-unknown"
105105
- name: Rust Cache
106-
uses: Swatinem/rust-cache@v2.2.1
106+
uses: Swatinem/rust-cache@v2.7.5
107107
- name: Check bdk wallet
108108
working-directory: ./crates/wallet
109109
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -140,7 +140,7 @@ jobs:
140140
components: clippy
141141
override: true
142142
- name: Rust Cache
143-
uses: Swatinem/rust-cache@v2.2.1
143+
uses: Swatinem/rust-cache@v2.7.5
144144
- uses: actions-rs/clippy-check@v1
145145
with:
146146
token: ${{ secrets.GITHUB_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171171
override: true
172172
profile: minimal
173173
- name: Rust Cache
174-
uses: Swatinem/rust-cache@v2.2.1
174+
uses: Swatinem/rust-cache@v2.7.5
175175
- name: Build
176176
working-directory: example-crates/${{ matrix.example-dir }}
177177
run: cargo build

.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.5
2020
- name: Build docs
2121
run: cargo doc --no-deps
2222
env:

0 commit comments

Comments
 (0)