rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars
Tobin C. Harding 321d82ca53
hashes: Pin in extra_test
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
2024-08-21 15:31:28 +10:00
..
src Fix shchemars test 2024-08-21 15:31:28 +10:00
Cargo.toml Add bitcoin-units crate 2023-12-11 08:52:31 +11:00
README.md hashes: Pin in extra_test 2024-08-21 15:31:28 +10:00

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.