1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +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
fuzz/Cargo.lock generated
View file

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