rust-lightning/lightning-background-processor
Matt Corallo 54a51f8554 Replace futures select with our own select enum to fix MSRV
`futures` recently broke our MSRV by bumping the `syn` major
version in a patch release. This makes it impractical for us to
use, instead here we replace the usage of its `select_biased` macro
with a trivial enum.

Given its simplicity we likely should have done this without ever
taking the dependency.
2023-03-31 00:01:40 +00:00
..
src Replace futures select with our own select enum to fix MSRV 2023-03-31 00:01:40 +00:00
Cargo.toml Replace futures select with our own select enum to fix MSRV 2023-03-31 00:01:40 +00:00