mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
ls: use the gnu_legacy feature from lscolors
This commit is contained in:
parent
355b4872b1
commit
b676216f9b
4 changed files with 60 additions and 37 deletions
|
@ -290,6 +290,7 @@ itertools = "0.12.0"
|
|||
libc = "0.2.150"
|
||||
lscolors = { version = "0.16.0", default-features = false, features = [
|
||||
"nu-ansi-term",
|
||||
"gnu_legacy",
|
||||
] }
|
||||
memchr = "2"
|
||||
memmap2 = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue