constellation icon indicating copy to clipboard operation
constellation copied to clipboard

Dependencies: Adopting [email protected]

Open hdhoang opened this issue 6 years ago • 9 comments

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.

hdhoang avatar Nov 03 '18 13:11 hdhoang

Thank you, I'll batch-process this with other Constellation issues soon.

valeriansaliou avatar Nov 19 '18 20:11 valeriansaliou

Any progress? :)

Centril avatar Jan 25 '19 16:01 Centril

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.

valeriansaliou avatar Jan 25 '19 19:01 valeriansaliou

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.

valeriansaliou avatar Jan 27 '19 14:01 valeriansaliou

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.

valeriansaliou avatar Jan 27 '19 15:01 valeriansaliou

Do you have a working branch for this?

drahnr avatar Jun 28 '19 06:06 drahnr

No, not yet. Happy to accept any PR in that direction though!

valeriansaliou avatar Jun 28 '19 06:06 valeriansaliou

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.

drahnr avatar Jun 29 '19 06:06 drahnr

Did a quick migration to trust-dns 0.14 in this PR: https://github.com/valeriansaliou/constellation/pull/21

valeriansaliou avatar Sep 07 '21 09:09 valeriansaliou