colored-rs / colored

(Rust) Coloring terminal so simple you already know how to do it !
Mozilla Public License 2.0
1.68k stars 82 forks source link

Use standard LazyLock (Rust 1.80) instead of lazy_static dependencies. #175

Open claudiofsr opened 1 month ago

claudiofsr commented 1 month ago

Please, use standard LazyLock (Rust 1.80) instead of lazy_static dependencies.

So remove unnecessary dependencies.

spenserblack commented 1 month ago

Sounds good, but this will require users to be on Rust 1.80, so we should probably wait until it's more widely used before implementing this.