mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Remove once_cell dependency & use LazyLock
This commit is contained in:
parent
0f9b36b0d4
commit
e177f7a6b0
9 changed files with 15 additions and 27 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -474,7 +474,6 @@ dependencies = [
|
|||
"libc",
|
||||
"nix",
|
||||
"num-prime",
|
||||
"once_cell",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
"pretty_assertions",
|
||||
|
@ -2899,7 +2898,6 @@ dependencies = [
|
|||
"hostname",
|
||||
"lscolors",
|
||||
"number_prefix",
|
||||
"once_cell",
|
||||
"selinux",
|
||||
"terminal_size",
|
||||
"uucore",
|
||||
|
@ -3509,7 +3507,6 @@ dependencies = [
|
|||
"memchr",
|
||||
"nix",
|
||||
"number_prefix",
|
||||
"once_cell",
|
||||
"os_display",
|
||||
"regex",
|
||||
"sha1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue