|
42 | 42 | override: true
|
43 | 43 | profile: minimal
|
44 | 44 | - name: Rust Cache
|
45 |
| - uses: Swatinem/rust-cache@v2.7.7 |
| 45 | + uses: Swatinem/rust-cache@v2.7.8 |
46 | 46 | - name: Pin dependencies for MSRV
|
47 | 47 | if: matrix.rust.version == '1.63.0'
|
48 | 48 | run: ./ci/pin-msrv.sh
|
|
70 | 70 | profile: minimal
|
71 | 71 | # target: "thumbv6m-none-eabi"
|
72 | 72 | - name: Rust Cache
|
73 |
| - uses: Swatinem/rust-cache@v2.7.7 |
| 73 | + uses: Swatinem/rust-cache@v2.7.8 |
74 | 74 | - name: Check bdk wallet
|
75 | 75 | working-directory: ./wallet
|
76 | 76 | # TODO "--target thumbv6m-none-eabi" should work but currently does not
|
@@ -100,7 +100,7 @@ jobs:
|
100 | 100 | profile: minimal
|
101 | 101 | target: "wasm32-unknown-unknown"
|
102 | 102 | - name: Rust Cache
|
103 |
| - uses: Swatinem/rust-cache@v2.7.7 |
| 103 | + uses: Swatinem/rust-cache@v2.7.8 |
104 | 104 | - name: Check bdk wallet
|
105 | 105 | working-directory: ./wallet
|
106 | 106 | 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.7.7 |
| 143 | + uses: Swatinem/rust-cache@v2.7.8 |
144 | 144 | - uses: actions-rs/clippy-check@v1
|
145 | 145 | with:
|
146 | 146 | token: ${{ secrets.GITHUB_TOKEN }}
|
@@ -170,7 +170,7 @@ jobs:
|
170 | 170 | override: true
|
171 | 171 | profile: minimal
|
172 | 172 | - name: Rust Cache
|
173 |
| - uses: Swatinem/rust-cache@v2.7.7 |
| 173 | + uses: Swatinem/rust-cache@v2.7.8 |
174 | 174 | - name: Build
|
175 | 175 | working-directory: examples/${{ matrix.example-dir }}
|
176 | 176 | run: cargo build
|
0 commit comments