friedow / centerpiece

Your trusty omnibox search.
MIT License
192 stars 6 forks source link

🚑️ Fix compilation with `rustc` `v1.80` #180

Closed a-kenji closed 3 months ago

a-kenji commented 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.

This updates the time crate to a released version with a fix.

Reference:

a-kenji commented 3 months ago

Maybe we can tag a release in the next 1-2 weeks so that nixpkgs can pick it up?

friedow commented 3 months ago

I'll release centerpiece right now ;)