7b402e930c
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Test crate for the schemars feature
Run as usual with cargo test
.
Minimum Supported Rust Version (MSRV)
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