bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
80 stars 62 forks source link

ci: add test with MSRV 1.63.0 #128

Closed notmandatory closed 6 months ago

notmandatory commented 11 months ago

Since the main BDK crates are changing to MSRV 1.63.0 as is LDK the CI for this project should also have an MSRV and test against it in CI.

Also rustc 1.63 is the version shipped with the current debian stable (bookworm): https://packages.debian.org/stable/rust/rustc

oleonardolima commented 6 months ago

@notmandatory I did another pass on this one, I think this would also be a good one to get into the next release, to keep the project in standard with the rest of the ecosystem, wdyt ?