|
45 | 45 | override: true
|
46 | 46 | profile: minimal
|
47 | 47 | - name: Rust Cache
|
48 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 48 | + uses: Swatinem/rust-cache@v2.8.0 |
49 | 49 | - name: Pin dependencies for 1.75
|
50 | 50 | if: matrix.rust.version == '1.75.0'
|
51 | 51 | run: |
|
|
86 | 86 | profile: minimal
|
87 | 87 | # target: "thumbv6m-none-eabi"
|
88 | 88 | - name: Rust Cache
|
89 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 89 | + uses: Swatinem/rust-cache@v2.8.0 |
90 | 90 | - name: Check bdk_chain
|
91 | 91 | working-directory: ./crates/chain
|
92 | 92 | # TODO "--target thumbv6m-none-eabi" should work but currently does not
|
@@ -120,7 +120,7 @@ jobs:
|
120 | 120 | profile: minimal
|
121 | 121 | target: "wasm32-unknown-unknown"
|
122 | 122 | - name: Rust Cache
|
123 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 123 | + uses: Swatinem/rust-cache@v2.8.0 |
124 | 124 | - name: Check esplora
|
125 | 125 | working-directory: ./crates/esplora
|
126 | 126 | run: cargo check --target wasm32-unknown-unknown --no-default-features --features bdk_core/hashbrown,async
|
@@ -159,7 +159,7 @@ jobs:
|
159 | 159 | components: clippy
|
160 | 160 | override: true
|
161 | 161 | - name: Rust Cache
|
162 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 162 | + uses: Swatinem/rust-cache@v2.8.0 |
163 | 163 | - uses: actions-rs/clippy-check@v1
|
164 | 164 | with:
|
165 | 165 | token: ${{ secrets.GITHUB_TOKEN }}
|
@@ -189,7 +189,7 @@ jobs:
|
189 | 189 | override: true
|
190 | 190 | profile: minimal
|
191 | 191 | - name: Rust Cache
|
192 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 192 | + uses: Swatinem/rust-cache@v2.8.0 |
193 | 193 | - name: Build
|
194 | 194 | working-directory: examples/${{ matrix.example-dir }}
|
195 | 195 | run: cargo build
|
0 commit comments