Skip to content

Commit 0c677d4

Browse files
committed
f Provide and test MSRV of 1.57.0 for tx-sync
1 parent 6b91450 commit 0c677d4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, lightning-background-processor
1616
1.45.2,
1717
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
18-
1.47.0]
18+
1.47.0,
19+
# 1.57.0 is the MSRV for lightning-transaction-sync
20+
1.57.0]
1921
include:
2022
- toolchain: stable
2123
build-net-tokio: true
@@ -67,6 +69,11 @@ jobs:
6769
build-futures: true
6870
build-no-std: true
6971
build-tx-sync: false
72+
- toolchain: 1.57.0
73+
build-net-tokio: false
74+
build-no-std: false
75+
build-futures: false
76+
build-tx-sync: true
7077
runs-on: ${{ matrix.platform }}
7178
steps:
7279
- name: Checkout source code

0 commit comments

Comments
 (0)