1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

refactor: move shared chown logic to uucore

This commit is contained in:
Michael Debertol 2021-08-17 22:35:04 +02:00
parent 7153a595c6
commit 4e251706be
7 changed files with 214 additions and 221 deletions

4
Cargo.lock generated
View file

@ -2126,7 +2126,6 @@ name = "uu_chgrp"
version = "0.0.7"
dependencies = [
"clap",
"uu_chown",
"uucore",
"uucore_procs",
]
@ -2147,10 +2146,8 @@ name = "uu_chown"
version = "0.0.7"
dependencies = [
"clap",
"glob",
"uucore",
"uucore_procs",
"walkdir",
]
[[package]]
@ -3165,6 +3162,7 @@ dependencies = [
"termion",
"thiserror",
"time",
"walkdir",
"wild",
"winapi 0.3.9",
"z85",