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

expr: Use thiserror to be consistent with error definition in other uutils

This commit is contained in:
Dorian Peron 2025-02-22 01:11:06 +01:00 committed by Sylvestre Ledru
parent 9f643838b8
commit 2670885b4f
3 changed files with 17 additions and 43 deletions

1
Cargo.lock generated
View file

@ -2781,6 +2781,7 @@ dependencies = [
"num-bigint",
"num-traits",
"onig",
"thiserror 2.0.11",
"uucore",
]