Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Hack around the broken dyn-clone dependency #167

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Jul 21, 2022

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.

@tcharding tcharding marked this pull request as draft July 21, 2022 02:07
The current version of `dyn-clone` v1.0.8 breaks our build. We can pin
the dependency to the version before that works. Requires some toml
magic akin to what we do with `actual-serde` in `rust-bitcoin`.
@apoelstra
Copy link
Member

Cool, I think this minimally irritates both me and @JeremyRubin. Let's do it.

@JeremyRubin
Copy link
Contributor

JeremyRubin commented Jul 21, 2022 via email

@tcharding tcharding marked this pull request as ready for review July 21, 2022 21:58
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 67aa7ac

@apoelstra apoelstra merged commit e740edf into rust-bitcoin:master Aug 9, 2022
@tcharding tcharding deleted the 07-21-dyn-clone branch August 9, 2022 03:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants