From 53d75c7b9459c471aa07bc372111d3855f2c5e28 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 20 Apr 2023 09:17:10 +1000 Subject: [PATCH] extended_tests: Remove stale docs We no longer need to pin `syn`; remove stale docs. --- hashes/extended_tests/schemars/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hashes/extended_tests/schemars/README.md b/hashes/extended_tests/schemars/README.md index d8ff3278..38c4c139 100644 --- a/hashes/extended_tests/schemars/README.md +++ b/hashes/extended_tests/schemars/README.md @@ -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`