[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Leonardo Lima ec90685324
ci(msrv): bump rust MSRV to 1.75
- bumps the MSRV on CI to 1.75.
- updates the `Cargo.toml` rust-version to 1.75.
- removes the guideline to pin `rustls` version, as previously required
  by old 1.63 MSRV.
- update `README.md` badges to `1.75` MSRV.
- update `clippy.toml` to `1.75` MSRV.
2025-01-20 13:57:25 -03:00
.github/workflows ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03: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 ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -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.