rust-bitcoin-unsafe-fast/bitcoin
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
..
contrib CI: Pin serde_json for MSRV build 2023-07-12 15:50:18 +10:00
embedded Add patch section to test crates 2023-07-18 10:27:48 +10:00
examples Added examples for sighash computations 2023-06-20 02:07:21 -07:00
src Merge rust-bitcoin/rust-bitcoin#1938: Rename PartiallySignedTransaction to Psbt 2023-07-17 16:35:43 +00:00
tests Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
CHANGELOG.md Add changelo entry for removal of FromHex 2023-05-18 14:18:42 +10:00
Cargo.toml Remove path field from internals dependency 2023-07-18 10:27:46 +10:00
build.rs Remove rust_v_1_46 2023-03-23 08:27:10 +11:00