mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 08:57:13 +00:00
uucore: Fix proc-info
feature's dependency.
This commit is contained in:
parent
ecc64502f0
commit
3494acc304
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ mode = ["libc"]
|
|||
perms = ["libc", "walkdir"]
|
||||
pipes = []
|
||||
process = ["libc"]
|
||||
proc-info = ["walkdir"]
|
||||
proc-info = ["tty", "walkdir"]
|
||||
quoting-style = []
|
||||
ranges = []
|
||||
ringbuffer = []
|
||||
|
|
Loading…
Reference in a new issue