Commit e376e90
committed
Merge rust-bitcoin#2620: bitcoin: Depend on and export hex-conservative
8273b80 bitcoin: Depend on and export hex-conservative (Tobin C. Harding)
Pull request description:
When we did the `rust-bitcoin v0.30.0` release we had not yet released the `hex-conservative` crate so we forced users to reach into `bitcoin-internals` to get at hex stuff e.g., `DisplayHex`.
To ease the upgrade path for any remaining upgraders add a dependency on the now released `hex-conservative` crate and re-export it from the crate root as `hex` (bit late I know, sorry).
Idea came from: rust-bitcoin#2482 (comment)
We should have done this soon as we released `hex-conservative`.
ACKs for top commit:
apoelstra:
utACK 8273b80 -- tested `cargo test` at least
Tree-SHA512: 6c2cd137f9e5d00fb2ecfb35ce368b4555ece81a360e02770090870dd79f8fa8cf22f600399a9311bddeb433e752d387bef1dd5721cf0823bced5895e17e662e2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments