rust-bitcoin-unsafe-fast/hashes/extended_tests/schemars
Tobin C. Harding 94732aecbf
Add patch section to test crates
In order to keep the embedded and schemacs test crates building when we
update their local transient dependencies we need to use a `patch`
section.

- For `bitcoin/embedded` add `patch` section for `internals`, `hashes`
already has an entry.
- For `hashes/embedded` add `patch` section for `internals`.
- For `hashes/extendend_tests/schemars` add `patch` section for
  `internals`.

FTR for direct local dependencies we use a `path` field when specifying
the dependency.
2023-07-18 10:27:48 +10:00
..
src Make `sha256t_hash_newtype!` evocative of the output. 2023-04-02 17:00:52 +02:00
Cargo.toml Add patch section to test crates 2023-07-18 10:27:48 +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