rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars
Tobin C. Harding 42c7617a46
Fix shchemars test
In #3010 we added a `length` field to the `sha256::Midstate` which broke
the `schemars` test but we did not notice because of the current bug [0]
in the `run_task` CI script.

[0] https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools/issues/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 chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03: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
cargo update -p regex --precise 1.7.3
cargo update -p chrono --precise 0.4.24