94732aecbf
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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