mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Make Cargo.toml match the Makefile
This commit is contained in:
parent
2ad896a6ca
commit
b9ddb52630
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,6 @@ unix = [
|
|||
"logname",
|
||||
"mkfifo",
|
||||
"mknod",
|
||||
"more",
|
||||
"nice",
|
||||
"nohup",
|
||||
"pathchk",
|
||||
|
@ -63,6 +62,7 @@ generic = [
|
|||
"ls",
|
||||
"mkdir",
|
||||
"mktemp",
|
||||
"more",
|
||||
"mv",
|
||||
"nl",
|
||||
"nproc",
|
||||
|
|
Loading…
Reference in a new issue