Remove pinning docs from readme

The pinning docs are stale; the single source of truth for pinning is
the CI script.

Remove the stale pinning docs and just point devs towards the CI script.
This commit is contained in:
Tobin C. Harding 2023-09-19 06:33:33 +10:00
parent 34890827ae
commit f5bc9b3cd4
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 12 deletions

View File

@ -71,18 +71,8 @@ For more information please see `./CONTRIBUTING.md`.
This library should always compile with any combination of features on **Rust 1.48.0**. This library should always compile with any combination of features on **Rust 1.48.0**.
To build with the MSRV you will need to pin `serde` (if you have the feature enabled) To build with the MSRV you will likely need to pin a bunch of dependencies, see `./contrib/test.sh`
for the current list.
```
# serde 1.0.157 uses syn 2.0 which requires edition 2021
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
cargo update -p quote --precise 1.0.30
cargo update -p proc-macro2 --precise 1.0.63
cargo update -p serde_test --precise 1.0.175
```
The above commands are sourced from `./contrib/test.sh`.
## External dependencies ## External dependencies