1
Fork 0
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:
Sylvestre Ledru 2023-11-30 11:04:14 +01:00
parent 355b4872b1
commit b676216f9b
4 changed files with 60 additions and 37 deletions

View file

@ -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"