extended_tests: Remove stale docs

We no longer need to pin `syn`; remove stale docs.
This commit is contained in:
Tobin C. Harding 2023-04-20 09:17:10 +10:00
parent 8440d80a5a
commit 53d75c7b94
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ Run as usual with `cargo test`.
## Minimum Supported Rust Version (MSRV)
To run the tests with the MSRV you will need to pin some dependencies:
To run the tests with the MSRV you will need to pin `serde`:
- `cargo update -p serde --precise 1.0.156`
- `cargo update -p syn --precise 1.0.107`