Skip to content

Commit

Permalink
schemars: Add pinning docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jul 18, 2023
1 parent 0848ab7 commit 7b402e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hashes/extended_tests/schemars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Run as usual with `cargo test`.
To run the tests with the MSRV you will need to pin `serde`:

- `cargo update -p serde --precise 1.0.156`
- `cargo update -p regex --precise 1.7.3`
- `cargo update -p chrono --precise 0.4.24`

0 comments on commit 7b402e9

Please sign in to comment.