ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Fails to compile with rust 1.80.1

Open r-vdp opened this issue 1 year ago • 5 comments

The latest release fails to compile with rust 1.80.

I think we probably need to update the rust dependencies and cut a new release.

r-vdp avatar Aug 15 '24 09:08 r-vdp

Seems to be building fine over here. What error are you getting? What platform are you on?

glimberg avatar Aug 15 '24 14:08 glimberg

Hello, the issue seems to be with the time dependency in version 0.3.34.

It is already resolved in version 0.3.36: https://github.com/time-rs/time/issues/693.

image

My platform: Debian bookworm aarch64.

stradiot avatar Aug 16 '24 12:08 stradiot

Yeah, same error here, sorry for not including it in the first message.

r-vdp avatar Aug 16 '24 18:08 r-vdp

Hello!

I confirm the update to time 0.3.36 fixes compilation issue over stable 1.14 and I've applied it to my Zerotier Docker images: https://github.com/ZenithTecnologia/zerotier-docker/blob/main/patches/1.14.0-cargo-time-version.patch

leleobhz avatar Aug 16 '24 23:08 leleobhz

Send a PR here and we can get it merged

glimberg avatar Aug 16 '24 23:08 glimberg

Fixed in 1.14.1, going out in a few.

adamierymenko avatar Sep 12 '24 17:09 adamierymenko