Commit 8273b80
committed
bitcoin: Depend on and export hex-conservative
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).1 parent 4b6b55f commit 8273b80
2 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