@@ -8,28 +8,15 @@ Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. B
8
8
<a href="https://github.com/bitcoindevkit/rust-esplora-client/actions/workflows/cont_integration.yml"><img alt="CI Status" src="https://github.com/bitcoindevkit/rust-esplora-client/workflows/Rust/badge.svg"></a>
9
9
<a href='https://coveralls.io/github/bitcoindevkit/rust-esplora-client?branch=master'><img src='https://coveralls.io/repos/github/bitcoindevkit/rust-esplora-client/badge.svg?branch=master' alt='Coverage Status' /></a>
10
10
<a href="https://docs.rs/esplora-client"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-esplora--client-green"/></a>
11
- <a href="https://blog.rust-lang.org/2021/12/02 /Rust-1.57 .0.html"><img alt="Rustc Version 1.57 .0+" src="https://img.shields.io/badge/rustc-1.57 .0%2B-lightgrey.svg"/></a>
11
+ <a href="https://blog.rust-lang.org/2022/08/11 /Rust-1.63 .0.html"><img alt="Rustc Version 1.63 .0+" src="https://img.shields.io/badge/rustc-1.63 .0%2B-lightgrey.svg"/></a>
12
12
<a href="https://discord.gg/d7NkDKm"><img alt="Chat on Discord" src="https://img.shields.io/discord/753336465005608961?logo=discord"></a>
13
13
</p >
14
14
15
15
## Minimum Supported Rust Version (MSRV)
16
- This library should compile with any combination of features with Rust 1.57 .0.
16
+ This library should compile with any combination of features with Rust 1.63 .0.
17
17
18
18
To build with the MSRV you will need to pin dependencies as follows:
19
19
20
20
``` shell
21
- cargo update -p tokio --precise 1.29.1
22
- cargo update -p reqwest --precise 0.11.18
23
- cargo update -p rustls:0.20.9 --precise 0.20.8
24
- cargo update -p rustix --precise 0.38.6
25
- cargo update -p rustls:0.21.7 --precise 0.21.1
26
- cargo update -p hyper-rustls:0.24.1 --precise 0.24.0
27
- cargo update -p rustls-webpki:0.100.3 --precise 0.100.1
28
- cargo update -p rustls-webpki:0.101.6 --precise 0.101.1
29
- cargo update -p tempfile --precise 3.6.0
30
- cargo update -p h2 --precise 0.3.20
31
- cargo update -p flate2:1.0.27 --precise 1.0.26
32
- cargo update -p cc --precise 1.0.81
33
- cargo update -p tokio-util --precise 0.7.8
34
- cargo update -p time:0.3.15 --precise 0.3.13
21
+ cargo update -p home --precise 0.5.5
35
22
```
0 commit comments