zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.3k stars 1.67k forks source link

Fails to compile with rust 1.80.1 #2345

Closed r-vdp closed 2 weeks ago

r-vdp commented 1 month ago

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.

glimberg commented 1 month ago

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

stradiot commented 1 month ago

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.

r-vdp commented 1 month ago

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

leleobhz commented 1 month ago

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

glimberg commented 1 month ago

Send a PR here and we can get it merged

adamierymenko commented 2 weeks ago

Fixed in 1.14.1, going out in a few.