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

touch: move to thiserror

This commit is contained in:
Sylvestre Ledru 2025-01-19 23:50:16 +01:00
parent 70f3429102
commit 9de6393e2c
3 changed files with 14 additions and 31 deletions

3
Cargo.lock generated
View file

@ -3123,6 +3123,7 @@ dependencies = [
"clap",
"num-bigint",
"num-traits",
"thiserror 2.0.11",
"uucore",
]
@ -3172,6 +3173,7 @@ dependencies = [
"rayon",
"self_cell",
"tempfile",
"thiserror 2.0.11",
"unicode-width 0.2.0",
"uucore",
]
@ -3304,6 +3306,7 @@ dependencies = [
"clap",
"filetime",
"parse_datetime",
"thiserror 2.0.11",
"uucore",
"windows-sys 0.59.0",
]