constellation
constellation copied to clipboard
Dependencies: Adopting [email protected]
Hello!
As part of the effort to merge rust-lang/rust#49799, trust-dns-server has bumped its rusqlite dependency.
I would like to create this tracking issue about porting constellation to 0.15 so that we will be ready once that PR lands.
Thank you, I'll batch-process this with other Constellation issues soon.
Any progress? :)
Hi! Thanks for pinging me back! Migrating this over the weekend. :)
--
Valerian Saliou CTO at Crisp
On 25 Jan 2019, at 5:31 PM, Mazdak Farrokhzad [email protected] wrote:
Any progress? :)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Unfortunately, [email protected]
and [email protected]
use a different version of trust-dns-proto
, which makes both libraries unusable when used at the same time (which is my case in Constellation; I need them both — compilation fails with a conflict error).
Attempting to upgrade to 0.14
at the moment; I guess 0.15
is blocking for now.
BTW, as can be seen on: https://deps.rs/repo/github/valeriansaliou/constellation ; I've managed to bump all other deps smoothly. Still attempting to bump all trust-dns
deps.
Do you have a working branch for this?
No, not yet. Happy to accept any PR in that direction though!
Had a brief look into it, but the trust-dns project got restructured quite heavily, so it's hard to tell how much work it's going to be. From a compile perspective it seems to be mostly missing associative types. Let's see, I'll give it a whirl in the next few weeks.
Did a quick migration to trust-dns 0.14 in this PR: https://github.com/valeriansaliou/constellation/pull/21