rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars
Tobin C. Harding a41e978855
Update to edition 2021
We just bumped the MSRV to Rust 1.56.1 which includes edition 2021.

Update all crates in this repo to use edition 2021 and build/lint
warnings.
2023-11-23 06:20:03 +11:00
..
src Make `sha256t_hash_newtype!` evocative of the output. 2023-04-02 17:00:52 +02:00
Cargo.toml Update to edition 2021 2023-11-23 06:20:03 +11:00
README.md schemars: Add pinning docs 2023-07-18 10:27:48 +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
  • cargo update -p regex --precise 1.7.3
  • cargo update -p chrono --precise 0.4.24