[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Steve Myers 805ea0af30
Merge bitcoindevkit/rust-electrum-client#159: ci(msrv): bump MSRV to 1.75 and rustls to 0.23.21
3dc4daceaf ci(clippy): bump to `1.84` (Leonardo Lima)
5a476fdfd9 deps(rustls): bump to `0.23.21` (Leonardo Lima)
ec90685324 ci(msrv): bump rust MSRV to `1.75` (Leonardo Lima)

Pull request description:

  partially fixes https://github.com/bitcoindevkit/bdk/issues/1750

  It bumps the project MSRV to `1.75.0` in order to follow along with LDK changes, and to remove the pinned version of `rustls`, which now is under `1.71` MSRV, bumping it to latest `0.23.21`.

  It also updates the `clippy` step on CI to use rust `1.84`, fixing the found clippy issues.

ACKs for top commit:
  tnull:
    > ACK [3dc4dac](3dc4daceaf)
  ValuedMammal:
    ACK 3dc4dac
  notmandatory:
    ACK 3dc4daceaf

Tree-SHA512: 3b9c2feffc8cc32cb9751a36406e7f0d5ed4692afa1af186621bef93da924def3e23c5132e004deef955e40bd7c3242a2d07c33e3843b1b76b613be2f54afefe
2025-01-23 09:42:08 -06:00
.github/workflows ci(clippy): bump to 1.84 2025-01-20 13:57:27 -03:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src ci(clippy): bump to 1.84 2025-01-20 13:57:27 -03:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml deps(rustls): bump to 0.23.21 2025-01-20 13:57:26 -03:00
CHANGELOG.md chore: bump version to 0.22.1, update CHANGELOG 2024-12-05 21:28:31 -06:00
clippy.toml ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00

rust-electrum-client

Build Status Latest Version MSRV Badge

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

Minimum Supported Rust Version (MSRV)

This library should compile with any combination of features with Rust 1.75.0.