Skip to content

Commit 4fd1b78

Browse files
committed
chore(docs): update README with steps to run just MSRV recipe
Signed-off-by: shytypes <abbaadamu302@gmail.com>
1 parent 2d14589 commit 4fd1b78

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,4 @@ Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. B
1616

1717
This library should compile with any combination of features with Rust 1.75.0.
1818

19-
To build with the MSRV you will need to pin dependencies as follows:
20-
21-
```shell
22-
cargo update -p minreq --precise "2.13.2"
23-
cargo update -p home --precise "0.5.9"
24-
cargo update -p native-tls --precise "0.2.13"
25-
cargo update -p idna_adapter --precise "1.2.0"
26-
cargo update -p zerofrom --precise "0.1.5"
27-
cargo update -p litemap --precise "0.7.4"
28-
```
19+
To build with the MSRV of 1.75.0 you may need to pin dependencies by running the [`pin-msrv.sh`](./ci/pin-msrv.sh) script.

0 commit comments

Comments
 (0)