Skip to content

Commit 0cf9f28

Browse files
committed
Merge #305: ci: bump rust-cache to 2.8.0
d7fb65a ci: bump rust-cache to v2.8.0 (valued mammal) Pull request description: Bump Swatinem/rust-cache to v2.8.0. ### Notes to the reviewers `Swatinem/rust-cache` is now pinned to a commit at [98c8021b550208e191a6a3145459bfc9fb29c4c0](Swatinem/rust-cache@98c8021). <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ### Changelog notice ci: bump rust-cache to 2.8.0 ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: oleonardolima: ACK d7fb65a Tree-SHA512: bbd9b6220d5c812391eb9483af31454a02a3e7177f6d467b0e17bb63cac086c6ccd81a63f60948dfaba2ff8b425b0fed338c191c45e1eeb4b978020d115a05fb
2 parents c21ff21 + d7fb65a commit 0cf9f28

File tree

2 files changed

+6
-6
lines changed

2 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
@@ -28,7 +28,7 @@ jobs:
2828
profile: minimal
2929
components: llvm-tools-preview
3030
- name: Rust Cache
31-
uses: Swatinem/rust-cache@v2.7.8
31+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
3232
- name: Install grcov
3333
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3434
- name: Test

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
override: true
4848
profile: minimal
4949
- name: Rust Cache
50-
uses: Swatinem/rust-cache@v2.7.8
50+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
5151
- name: Pin dependencies for MSRV
5252
if: matrix.rust.version == '1.63.0'
5353
run: ./ci/pin-msrv.sh
@@ -75,7 +75,7 @@ jobs:
7575
profile: minimal
7676
# target: "thumbv6m-none-eabi"
7777
- name: Rust Cache
78-
uses: Swatinem/rust-cache@v2.7.8
78+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
7979
- name: Check bdk wallet
8080
working-directory: ./wallet
8181
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -105,7 +105,7 @@ jobs:
105105
profile: minimal
106106
target: "wasm32-unknown-unknown"
107107
- name: Rust Cache
108-
uses: Swatinem/rust-cache@v2.7.8
108+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
109109
- name: Check bdk wallet
110110
working-directory: ./wallet
111111
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -144,7 +144,7 @@ jobs:
144144
components: clippy
145145
override: true
146146
- name: Rust Cache
147-
uses: Swatinem/rust-cache@v2.7.8
147+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
148148
- uses: actions-rs/clippy-check@v1
149149
with:
150150
token: ${{ secrets.GITHUB_TOKEN }}
@@ -174,7 +174,7 @@ jobs:
174174
override: true
175175
profile: minimal
176176
- name: Rust Cache
177-
uses: Swatinem/rust-cache@v2.7.8
177+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
178178
- name: Build
179179
working-directory: examples/${{ matrix.example-dir }}
180180
run: cargo build

0 commit comments

Comments
 (0)