Update readme to mention pin for 1.47

We now require pinning for `serde` and `syn` if building with toolchain
1.47. Document this in the README.
This commit is contained in:
Tobin C. Harding 2023-03-19 12:19:02 +11:00
parent 58033cf14e
commit bef7992ce5
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ For more information please see `./CONTRIBUTING.md`.
This library should always compile with any combination of features (minus This library should always compile with any combination of features (minus
`no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`. `no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`.
To build with the MSRV you will need to pin some dependencies: To build with the MSRV you will need to pin some dependencies (also for `no-std`):
``` ```
cargo update -p serde --precise 1.0.156 cargo update -p serde --precise 1.0.156
cargo update -p syn --precise 1.0.107 cargo update -p syn --precise 1.0.107