File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -80,24 +80,6 @@ please join us in
80
80
This library should always compile with any combination of features (minus
81
81
` no-std ` ) on ** Rust 1.41.1** or ** Rust 1.47** with ` no-std ` .
82
82
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
-
101
83
## Installing Rust
102
84
103
85
Rust can be installed using your package manager of choice or
You can’t perform that action at this time.
0 commit comments