Skip to content

Commit c8bc9af

Browse files
author
ChallengeDev210
committed
Merge rust-bitcoin/rust-bitcoin#982: Remove irrelevant notes about version pinning
091688c Remove irrelevant notes about version pinning (Martin Habovštiak) Pull request description: These are no longer relevant for MSRV 1.41.1+ ACKs for top commit: tcharding: ACK 091688c sanket1729: ACK 091688c Tree-SHA512: d40ea1cd788ada3172dbedcfd2f9f1472222941b6e3753feee8e2f0c929abe3d12ac9a91488d332a180c9685d53b8c1daf96fe309a586d8f93e49066d5c1dfcc
2 parents 41cb828 + 7e6e642 commit c8bc9af

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,6 @@ please join us in
8080
This library should always compile with any combination of features (minus
8181
`no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`.
8282

83-
Because some dependencies have broken the build in minor/patch releases, to
84-
compile with 1.29.0 you will need to run the following version-pinning command:
85-
```
86-
cargo update -p cc --precise "1.0.41" --verbose
87-
```
88-
89-
In order to use the `use-serde` feature or to build the unit tests with 1.29.0,
90-
the following version-pinning commands are also needed:
91-
```
92-
cargo update --package "serde" --precise "1.0.98"
93-
cargo update --package "serde_derive" --precise "1.0.98"
94-
```
95-
96-
For the feature `base64` to work with 1.29.0 we also need to pin `byteorder`:
97-
```
98-
cargo update -p byteorder --precise "1.3.4"
99-
```
100-
10183
## Installing Rust
10284

10385
Rust can be installed using your package manager of choice or

0 commit comments

Comments
 (0)