We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning-transaction-sync
1 parent f71daed commit 00d7c2cCopy full SHA for 00d7c2c
.github/workflows/build.yml
@@ -15,9 +15,7 @@ jobs:
15
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, lightning-background-processor
16
1.45.2,
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]
+ 1.47.0]
21
include:
22
- toolchain: stable
23
build-net-tokio: true
@@ -73,11 +71,6 @@ jobs:
73
71
build-futures: true
74
72
build-no-std: true
75
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
runs-on: ${{ matrix.platform }}
82
steps:
83
- name: Checkout source code
0 commit comments