The rust-bitcoin and rust-lightning projects are targeting their MSRV at 1.48.0. Switching the rust-esplora-client from ureq to minreq 2.x it should make it possible to support the same MSRV for at least the blocking feature (without TLS).
CI tests also need to be added to ensure 1.48.0 MSRV for blocking, and lowest possible MSRV for async, and async-https features.
See: https://github.com/neonmoe/minreq
The
rust-bitcoinandrust-lightningprojects are targeting their MSRV at1.48.0. Switching therust-esplora-clientfromureqtominreq2.x it should make it possible to support the same MSRV for at least theblockingfeature (without TLS).CI tests also need to be added to ensure
1.48.0MSRV forblocking, and lowest possible MSRV forasync, andasync-httpsfeatures.See: https://github.com/neonmoe/minreq