File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 15
15
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, lightning-background-processor
16
16
1.45.2,
17
17
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
18
- 1.47.0,
19
- # 1.59.0 is the MSRV for lightning-transaction-sync
20
- 1.59.0]
18
+ 1.47.0]
21
19
include :
22
20
- toolchain : stable
23
21
build-net-tokio : true
73
71
build-futures : true
74
72
build-no-std : true
75
73
build-tx-sync : false
76
- - toolchain : 1.59.0
77
- build-net-tokio : false
78
- build-no-std : false
79
- build-futures : false
80
- build-tx-sync : true
81
74
runs-on : ${{ matrix.platform }}
82
75
steps :
83
76
- name : Checkout source code
@@ -140,12 +133,6 @@ jobs:
140
133
cd lightning-transaction-sync
141
134
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-blocking
142
135
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-async
143
- - name : Test transaction sync clients on Rust ${{ matrix.toolchain }} with features
144
- if : " matrix.build-tx-sync"
145
- run : |
146
- cd lightning-transaction-sync
147
- cargo test --verbose --color always --features esplora-blocking
148
- cargo test --verbose --color always --features esplora-async
149
136
- name : Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
150
137
if : " matrix.toolchain == 'stable'"
151
138
run : |
You can’t perform that action at this time.
0 commit comments