Closed a-kenji closed 3 months ago
rustc --version: v1.80.0 has a type inference regression. This causes compilation of centerpiece to fail, because we use an affected version of the time crate.
rustc --version
v1.80.0
centerpiece
time
This updates the time crate to a released version with a fix.
Reference:
Maybe we can tag a release in the next 1-2 weeks so that nixpkgs can pick it up?
nixpkgs
I'll release centerpiece right now ;)
rustc --version
:v1.80.0
has a type inference regression. This causes compilation ofcenterpiece
to fail, because we use an affected version of thetime
crate.This updates the time crate to a released version with a fix.
Reference: