File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,15 @@ Fully working examples of how to use these components are in `/example-crates`:
63
63
[ `bdk_chain` ] : https://docs.rs/bdk-chain/
64
64
65
65
## Minimum Supported Rust Version (MSRV)
66
- This library should compile with any combination of features with Rust 1.63.0.
66
+ The BDK library maintains a MSRV of 1.63.0. This includes the following crates
67
+
68
+ - ` bdk_core `
69
+ - ` bdk_chain `
70
+ - ` bdk_bitcoind_rpc ` .
71
+ - ` bdk_esplora ` .
72
+ - ` bdk_wallet ` .
73
+
74
+ The MSRV of ` bdk_electrum ` is 1.75.0.
67
75
68
76
To build with the MSRV you will need to pin dependencies as follows:
69
77
@@ -80,7 +88,6 @@ cargo update -p indexmap --precise "2.5.0"
80
88
cargo update -p security-framework-sys --precise " 2.11.1"
81
89
cargo update -p csv --precise " 1.3.0"
82
90
cargo update -p unicode-width --precise " 0.1.13"
83
- cargo update -p rustls@0.23.21 --precise " 0.23.19"
84
91
```
85
92
86
93
## License
Original file line number Diff line number Diff line change 3
3
BDK Electrum extends [ ` electrum-client ` ] to update [ ` bdk_chain ` ] structures
4
4
from an Electrum server.
5
5
6
+ ## Minimum Supported Rust Version (MSRV)
7
+ This crate has a MSRV of 1.75.0.
8
+
9
+ To build with MSRV you will need to pin dependencies as follows:
10
+ ``` shell
11
+ cargo update -p home --precise " 0.5.9"
12
+ ```
13
+
6
14
[ `electrum-client` ] : https://docs.rs/electrum-client/
7
15
[ `bdk_chain` ] : https://docs.rs/bdk-chain/
You can’t perform that action at this time.
0 commit comments