File tree Expand file tree Collapse file tree 4 files changed +6
-17
lines changed
Expand file tree Collapse file tree 4 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 rust :
1414 - stable # STABLE
15- - 1.63 .0 # MSRV
15+ - 1.75 .0 # MSRV
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
2828 uses : dtolnay/rust-toolchain@stable
2929 with :
3030 toolchain : ${{ matrix.rust }}
31- - name : Pin dependencies for MSRV
32- if : matrix.rust == '1.63.0'
33- run : |
34- cargo update -p rustls --precise "0.23.19"
3531 - name : Test
3632 run : cargo test --verbose --all-features
3733 - name : Setup iptables for the timeout test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://docs.rs/electrum-client/"
99description = " Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers."
1010keywords = [" bitcoin" , " electrum" ]
1111readme = " README.md"
12- rust-version = " 1.63 .0"
12+ rust-version = " 1.75 .0"
1313edition = " 2021"
1414
1515# loosely based on https://github.com/evgeniy-scherbina/rust-electrumx-client
Original file line number Diff line number Diff line change 55[ GitHub Workflow ] : https://github.com/bitcoindevkit/rust-electrum-client/actions?query=workflow%3ACI
66[ Latest Version ] : https://img.shields.io/crates/v/electrum-client.svg
77[ crates.io ] : https://crates.io/crates/electrum-client
8- [ MSRV Badge ] : https://img.shields.io/badge/rustc-1.63 .0%2B-lightgrey.svg
9- [ Rust Blog ] : https://blog.rust-lang.org/2022/08/11 /Rust-1.63 .0.html
8+ [ MSRV Badge ] : https://img.shields.io/badge/rustc-1.75 .0%2B-lightgrey.svg
9+ [ Rust Blog ] : https://blog.rust-lang.org/2023/12/28 /Rust-1.75 .0.html
1010
1111Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
1212
1313## Minimum Supported Rust Version (MSRV)
1414
15- This library should compile with any combination of features with Rust 1.63.0.
16-
17- To build with the MSRV you will need to pin dependencies as follows:
18-
19- ``` shell
20- cargo update -p rustls --precise " 0.23.19"
21- ```
22-
15+ This library should compile with any combination of features with Rust 1.75.0.
Original file line number Diff line number Diff line change 1- msrv =" 1.63 .0"
1+ msrv =" 1.75 .0"
You can’t perform that action at this time.
0 commit comments