[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Steve Myers f00b9998d1
Some checks failed
CI / Rust fmt (push) Has been cancelled
CI / clippy_check (push) Has been cancelled
CI / Test (1.63.0) (push) Has been cancelled
CI / Test (stable) (push) Has been cancelled
Merge bitcoindevkit/rust-electrum-client#157: ci: pin msrv dep version for rustls
b0a1bfb0cb ci: pin msrv dep version for rustls (Steve Myers)

Pull request description:

  I'm not thrilled about having to pin `rustls` to meet our MSRV, but we need to make a new release and can't count on rustls/rustls#2239 being accepted by the `rustls` team.

ACKs for top commit:
  luisschwab:
    utACK b0a1bfb0cb
  ValuedMammal:
    utACK b0a1bfb0cb
  oleonardolima:
    ACK b0a1bfb0cb

Tree-SHA512: 1f37b423f3e10a7e3fa4e2072d5ad38b96341a91f78c1bcffc011dedc08071bd176b556646e40e635c3b558e6b771a4a7baa85b10d14da64d2cd385a69342ee4
2024-11-25 20:44:46 -08:00
.github/workflows ci: pin msrv dep version for rustls 2024-11-25 09:34:19 -08:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src feat: add id_from_pos support 2024-11-12 19:18:04 +08:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml chore: bump version to 0.22.0 and update CHANGELOG.md 2024-11-21 20:32:29 -06:00
CHANGELOG.md chore: bump version to 0.22.0 and update CHANGELOG.md 2024-11-21 20:32:29 -06:00
clippy.toml chore: fix clippy errors and set msrv to 1.63 2024-07-31 21:37:10 -05:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md ci: pin msrv dep version for rustls 2024-11-25 09:34:19 -08: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.63.0.

To build with the MSRV you will need to pin dependencies as follows:

cargo update -p rustls --precise "0.23.17"