From 7b402e930c565997b9450facca2a3908dee8c1b1 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 28 Jun 2023 15:30:22 +1000 Subject: [PATCH] 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. --- hashes/extended_tests/schemars/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hashes/extended_tests/schemars/README.md b/hashes/extended_tests/schemars/README.md index 38c4c139..9e0a5970 100644 --- a/hashes/extended_tests/schemars/README.md +++ b/hashes/extended_tests/schemars/README.md @@ -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`