1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

uucore: remove lazy_static & use LazyLock instead

This commit is contained in:
Daniel Hofstetter 2025-03-05 10:13:30 +01:00
parent 0f9b36b0d4
commit 3b9b8c51cf
3 changed files with 4 additions and 8 deletions

1
Cargo.lock generated
View file

@ -3503,7 +3503,6 @@ dependencies = [
"hex",
"iana-time-zone",
"itertools 0.14.0",
"lazy_static",
"libc",
"md-5",
"memchr",