Note: - The `extra_test.sh` script runs for all toolchains. - The `schemars` crate does not use the repo lock files. - We need to pin some deps when building the `schemars` test. Pin in the `extra_test.sh` script, and mention it in the docs so the docs don't go stale next MSRV update. This was previously unnoticed because of the `run_task` bug. ref: rust-bitcoin/rust-bitcoin-maintainer-tools#10 |
||
---|---|---|
.. | ||
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 current MSRV you will need to pin some
dependencies. See the hashes/contrib/extra_tests.sh
script for the
current list of pins.