File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
toolchain : stable
27
27
components : llvm-tools-preview
28
28
- name : Rust Cache
29
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
29
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
30
30
- name : Install grcov
31
31
run : if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
32
32
- name : Test
Original file line number Diff line number Diff line change 46
46
with :
47
47
toolchain : ${{ matrix.rust.version }}
48
48
- name : Rust Cache
49
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
49
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
50
50
- name : Pin dependencies for MSRV
51
51
if : matrix.rust.version == '1.85.0'
52
52
run : ./ci/pin-msrv.sh
72
72
toolchain : ${{ needs.prepare.outputs.rust_version }}
73
73
# target: "thumbv6m-none-eabi"
74
74
- name : Rust Cache
75
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
75
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
76
76
- name : Check no-std
77
77
# TODO "--target thumbv6m-none-eabi" should work but currently does not
78
78
run : cargo check --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
99
99
toolchain : ${{ needs.prepare.outputs.rust_version }}
100
100
targets : " wasm32-unknown-unknown"
101
101
- name : Rust Cache
102
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
102
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
103
103
- name : Check WASM
104
104
run : cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
105
105
@@ -134,7 +134,7 @@ jobs:
134
134
toolchain : ${{ needs.prepare.outputs.rust_version }}
135
135
components : clippy
136
136
- name : Rust Cache
137
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
137
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
138
138
- name : Clippy
139
139
run : cargo clippy --all-features --all-targets -- -D warnings
140
140
Original file line number Diff line number Diff line change 18
18
persist-credentials : false
19
19
20
20
- name : Rust Cache
21
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
21
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
22
22
23
23
- name : Install zizmor
24
24
run : cargo install zizmor --locked --version 1.6.0
You can’t perform that action at this time.
0 commit comments