rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars/README.md

10 lines
220 B
Markdown

# 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`