extended_tests: Remove stale docs
We no longer need to pin `syn`; remove stale docs.
This commit is contained in:
parent
8440d80a5a
commit
53d75c7b94
|
@ -4,7 +4,6 @@ Run as usual with `cargo test`.
|
||||||
|
|
||||||
## Minimum Supported Rust Version (MSRV)
|
## 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 serde --precise 1.0.156`
|
||||||
- `cargo update -p syn --precise 1.0.107`
|
|
||||||
|
|
Loading…
Reference in New Issue