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: ACK53d75c7b94
apoelstra: ACK53d75c7b94
Tree-SHA512: 9e939860cfb3731942e92a611632f0b24acc88e06a96e905ee2ae50e489d1610f7b9c79e20384196482aad4d5da182f6f919d18726e079a98a667532806d5aae
This commit is contained in:
commit
c744e24eb8
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue