mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
uucore: ensure quoting-style feature is enabled if format is enabled
This commit is contained in:
parent
a4f626efa2
commit
50cab572db
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ fs = ["dunce", "libc", "winapi-util", "windows-sys"]
|
||||||
fsext = ["libc", "time", "windows-sys"]
|
fsext = ["libc", "time", "windows-sys"]
|
||||||
fsxattr = ["xattr"]
|
fsxattr = ["xattr"]
|
||||||
lines = []
|
lines = []
|
||||||
format = ["itertools"]
|
format = ["itertools", "quoting-style"]
|
||||||
mode = ["libc"]
|
mode = ["libc"]
|
||||||
perms = ["libc", "walkdir"]
|
perms = ["libc", "walkdir"]
|
||||||
pipes = []
|
pipes = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue