Skip to content

Commit ab1e9a8

Browse files
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7. - [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.5...v2.7.7) --- 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 43f0f8d commit ab1e9a8

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/[email protected].5
27+
uses: Swatinem/[email protected].7
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
@@ -39,7 +39,7 @@ jobs:
3939
override: true
4040
profile: minimal
4141
- name: Rust Cache
42-
uses: Swatinem/[email protected].5
42+
uses: Swatinem/[email protected].7
4343
- name: Pin dependencies for 1.75
4444
if: matrix.rust.version == '1.75.0'
4545
run: |
@@ -72,7 +72,7 @@ jobs:
7272
profile: minimal
7373
# target: "thumbv6m-none-eabi"
7474
- name: Rust Cache
75-
uses: Swatinem/[email protected].5
75+
uses: Swatinem/[email protected].7
7676
- name: Check bdk_chain
7777
working-directory: ./crates/chain
7878
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -108,7 +108,7 @@ jobs:
108108
profile: minimal
109109
target: "wasm32-unknown-unknown"
110110
- name: Rust Cache
111-
uses: Swatinem/[email protected].5
111+
uses: Swatinem/[email protected].7
112112
- name: Check bdk wallet
113113
working-directory: ./crates/wallet
114114
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -147,7 +147,7 @@ jobs:
147147
components: clippy
148148
override: true
149149
- name: Rust Cache
150-
uses: Swatinem/[email protected].5
150+
uses: Swatinem/[email protected].7
151151
- uses: actions-rs/clippy-check@v1
152152
with:
153153
token: ${{ secrets.GITHUB_TOKEN }}
@@ -179,7 +179,7 @@ jobs:
179179
override: true
180180
profile: minimal
181181
- name: Rust Cache
182-
uses: Swatinem/[email protected].5
182+
uses: Swatinem/[email protected].7
183183
- name: Build
184184
working-directory: example-crates/${{ matrix.example-dir }}
185185
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/[email protected].5
19+
uses: Swatinem/[email protected].7
2020
- name: Build docs
2121
run: cargo doc --no-deps
2222
env:

0 commit comments

Comments
 (0)