rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars
Tobin C. Harding 53d75c7b94
extended_tests: Remove stale docs
We no longer need to pin `syn`; remove stale docs.
2023-04-20 09:17:10 +10:00
..
src Make `sha256t_hash_newtype!` evocative of the output. 2023-04-02 17:00:52 +02:00
Cargo.toml Fix pinning (schemars and MSRV) 2023-04-19 10:17:18 +10:00
README.md extended_tests: Remove stale docs 2023-04-20 09:17:10 +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 MSRV you will need to pin serde:

  • cargo update -p serde --precise 1.0.156