]> git.bitcoin.ninja Git - rust-lightning/commit
Fix MSRV test of `lightning-transaction-sync` with `esplora-async`
authorMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:09:20 +0000 (21:09 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:21:35 +0000 (21:21 +0000)
commit868a5956a4a5d73aae092e638a4a4506898b70f7
treeca88f7502506b8445e7e750a58b6e1fc4c1c3d9d
parentd35239ca6216c69a58222dea38fa1cfdb8388a8a
Fix MSRV test of `lightning-transaction-sync` with `esplora-async`

`lightning-transaction-sync`'s `esplora-async` dependency
indirectly depends on `tokio-util`, which, like tokio, recently
bumped its MSRV.

Here we update `ci/ci-tests.sh` to pin `tokio-util` to make MSRV
builds pass.
ci/ci-tests.sh