|
# 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 some dependencies:
|
|
|
|
- `cargo update -p serde --precise 1.0.156`
|
|
- `cargo update -p syn --precise 1.0.107`
|