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 12
12
matrix :
13
13
rust :
14
14
- stable # STABLE
15
- - 1.63 .0 # MSRV
15
+ - 1.75 .0 # MSRV
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
28
28
uses : dtolnay/rust-toolchain@stable
29
29
with :
30
30
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"
35
31
- name : Test
36
32
run : cargo test --verbose --all-features
37
33
- 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/"
9
9
description = " Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers."
10
10
keywords = [" bitcoin" , " electrum" ]
11
11
readme = " README.md"
12
- rust-version = " 1.63 .0"
12
+ rust-version = " 1.75 .0"
13
13
edition = " 2021"
14
14
15
15
# loosely based on https://github.com/evgeniy-scherbina/rust-electrumx-client
Original file line number Diff line number Diff line change 5
5
[ GitHub Workflow ] : https://github.com/bitcoindevkit/rust-electrum-client/actions?query=workflow%3ACI
6
6
[ Latest Version ] : https://img.shields.io/crates/v/electrum-client.svg
7
7
[ 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
10
10
11
11
Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
12
12
13
13
## Minimum Supported Rust Version (MSRV)
14
14
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