Skip to content

Commit

Permalink
f Provide and test MSRV of 1.57.0 for tx-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 2, 2023
1 parent 6b91450 commit 0c677d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, lightning-background-processor
1.45.2,
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
1.47.0]
1.47.0,
# 1.57.0 is the MSRV for lightning-transaction-sync
1.57.0]
include:
- toolchain: stable
build-net-tokio: true
Expand Down Expand Up @@ -67,6 +69,11 @@ jobs:
build-futures: true
build-no-std: true
build-tx-sync: false
- toolchain: 1.57.0
build-net-tokio: false
build-no-std: false
build-futures: false
build-tx-sync: true
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code
Expand Down

0 comments on commit 0c677d4

Please sign in to comment.