1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

mv: move to thiserror

This commit is contained in:
Sylvestre Ledru 2025-01-19 23:35:54 +01:00
parent 9de6393e2c
commit 6866eedc83
3 changed files with 21 additions and 29 deletions

1
Cargo.lock generated
View file

@ -2940,6 +2940,7 @@ dependencies = [
"clap",
"fs_extra",
"indicatif",
"thiserror 2.0.11",
"uucore",
]