1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

test: move to thiserror

This commit is contained in:
Sylvestre Ledru 2025-06-09 09:39:49 +02:00
parent 6ca60cf2c7
commit 09bb35e11e
4 changed files with 14 additions and 19 deletions

1
Cargo.lock generated
View file

@ -3578,6 +3578,7 @@ version = "0.1.0"
dependencies = [
"clap",
"libc",
"thiserror 2.0.12",
"uucore",
]