Merge rust-bitcoin/rust-bitcoin#1804: extended_tests: Remove stale docs

53d75c7b94 extended_tests: Remove stale docs (Tobin C. Harding)

Pull request description:

  We no longer need to pin `syn`; remove stale docs.

  This is a follow up to #1696

ACKs for top commit:
  Kixunil:
    ACK 53d75c7b94
  apoelstra:
    ACK 53d75c7b94

Tree-SHA512: 9e939860cfb3731942e92a611632f0b24acc88e06a96e905ee2ae50e489d1610f7b9c79e20384196482aad4d5da182f6f919d18726e079a98a667532806d5aae
This commit is contained in:
Andrew Poelstra 2023-04-20 21:04:41 +00:00
commit c744e24eb8
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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`