schemars: Add pinning docs

Not totally necessary but since I went to the trouble of working out the
last working version add it to the docs so the next guy can grep for
`cargo update` to find them.
This commit is contained in:
Tobin C. Harding 2023-06-28 15:30:22 +10:00
parent 0848ab7e25
commit 7b402e930c
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ Run as usual with `cargo test`.
To run the tests with the MSRV you will need to pin `serde`: 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 regex --precise 1.7.3`
- `cargo update -p chrono --precise 0.4.24`