eza-community / eza

A modern alternative to ls
https://eza.rocks
European Union Public License 1.2
12.5k stars 220 forks source link

temporarily downgrade palette dependency from v0.7.6 -> v0.7.5 #1207

Closed decathorpe closed 2 weeks ago

decathorpe commented 4 weeks ago

palette_derive 0.7.6 introduces a new dependency on the by_address crate, which looks like it has correctness / soundness issues (uncovered by running tests in "release" mode or in miri):

https://github.com/mbrubeck/by_address/issues/9

This PR is intended to temporarily downgrade / relax the palette / palette_derive dependency to the last version before the by_address dependency was added.

decathorpe commented 2 weeks ago

Thanks!

cafkafk commented 1 week ago

so I think I accidentally updated it again :woman_facepalming: