bitcoindevkit / rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
MIT License
28 stars 44 forks source link

Upgrade bitcoin #78

Closed tcharding closed 7 months ago

tcharding commented 7 months ago

Upgrade dependencies to use the latest rust-bitcoin v0.31.

While we are at it, bump the crate version ready for release.

(Includes pinning dependencies for MSRV build in CI.)

tcharding commented 7 months ago

This is #60 with pinning in CI. I previously handed off to @getong because he did #74 but that seems to be stalling. Lets see if I can get this past CI.

FTR I did the pinning with my nose i.e., by trial and error and searching crates on crates.io

tcharding commented 7 months ago

That was a total fail. Back to the drawing board.