You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
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: 6045e94af6720e23c9c40b3aba29c88f43e60c4fcf3695d3dddb03e9bef07296d496c8199c43537c4a70eadaefdc92d8cb2ea3b2b3a142842dc68d8f5944a2a0
0 commit comments