Remove the lightning-transaction-sync MSRV

Apparently it has dependencies that don't track an MSRV at all, so
we can't practically enforce one in CI.
This commit is contained in:
Matt Corallo 2023-02-27 17:31:15 +00:00
parent bb0f696466
commit 0fc5a3ae0f

View file

@ -15,9 +15,7 @@ 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.59.0 is the MSRV for lightning-transaction-sync
1.59.0]
1.47.0]
include:
- toolchain: stable
build-net-tokio: true
@ -73,11 +71,6 @@ jobs:
build-futures: true
build-no-std: true
build-tx-sync: false
- toolchain: 1.59.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