|
37 | 37 | override: true |
38 | 38 | profile: minimal |
39 | 39 | - name: Rust Cache |
40 | | - uses: Swatinem/rust-cache@v2.2.1 |
| 40 | + uses: Swatinem/rust-cache@v2.7.5 |
41 | 41 | - name: Pin dependencies for MSRV |
42 | 42 | if: matrix.rust.version == '1.63.0' |
43 | 43 | run: | |
|
68 | 68 | profile: minimal |
69 | 69 | # target: "thumbv6m-none-eabi" |
70 | 70 | - name: Rust Cache |
71 | | - uses: Swatinem/rust-cache@v2.2.1 |
| 71 | + uses: Swatinem/rust-cache@v2.7.5 |
72 | 72 | - name: Check bdk_chain |
73 | 73 | working-directory: ./crates/chain |
74 | 74 | # TODO "--target thumbv6m-none-eabi" should work but currently does not |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | profile: minimal |
104 | 104 | target: "wasm32-unknown-unknown" |
105 | 105 | - name: Rust Cache |
106 | | - uses: Swatinem/rust-cache@v2.2.1 |
| 106 | + uses: Swatinem/rust-cache@v2.7.5 |
107 | 107 | - name: Check bdk wallet |
108 | 108 | working-directory: ./crates/wallet |
109 | 109 | run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | components: clippy |
141 | 141 | override: true |
142 | 142 | - name: Rust Cache |
143 | | - uses: Swatinem/rust-cache@v2.2.1 |
| 143 | + uses: Swatinem/rust-cache@v2.7.5 |
144 | 144 | - uses: actions-rs/clippy-check@v1 |
145 | 145 | with: |
146 | 146 | token: ${{ secrets.GITHUB_TOKEN }} |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | override: true |
172 | 172 | profile: minimal |
173 | 173 | - name: Rust Cache |
174 | | - uses: Swatinem/rust-cache@v2.2.1 |
| 174 | + uses: Swatinem/rust-cache@v2.7.5 |
175 | 175 | - name: Build |
176 | 176 | working-directory: example-crates/${{ matrix.example-dir }} |
177 | 177 | run: cargo build |
0 commit comments