This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Commit e740edf
committed
Merge #167: Hack around the broken dyn-clone dependency
67aa7ac Hack around the broken dyn-clone dependency (Tobin C. Harding)
Pull request description:
The current version of `dyn-clone` v1.0.8 breaks our build (uses `Arc::as_ptr` which only became available in Rust 1.45).
We can pin the dependency to a version before that works. Requires some toml magic akin to what we do with `actual-serde` in `rust-bitcoin`.
ACKs for top commit:
apoelstra:
ACK 67aa7ac
Tree-SHA512: 6045e94af6720e23c9c40b3aba29c88f43e60c4fcf3695d3dddb03e9bef07296d496c8199c43537c4a70eadaefdc92d8cb2ea3b2b3a142842dc68d8f5944a2a02 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments