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:
parent
9f643838b8
commit
2670885b4f
3 changed files with 17 additions and 43 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2781,6 +2781,7 @@ dependencies = [
|
|||
"num-bigint",
|
||||
"num-traits",
|
||||
"onig",
|
||||
"thiserror 2.0.11",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue