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

expand: move to thiserror

This commit is contained in:
Solomon Victorino 2025-03-22 18:18:15 -06:00 committed by Sylvestre Ledru
parent 4cb23dd840
commit 4aba193c9c
3 changed files with 10 additions and 28 deletions

1
Cargo.lock generated
View file

@ -2736,6 +2736,7 @@ name = "uu_expand"
version = "0.0.30"
dependencies = [
"clap",
"thiserror 2.0.12",
"unicode-width 0.2.0",
"uucore",
]