mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
pr: migrate from quick-error to thiserror (#7919)
* remove quick-error from pr * fix windows compilation, Cargo.toml
This commit is contained in:
parent
5e11842428
commit
a5a9f7d44d
3 changed files with 21 additions and 36 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3138,8 +3138,8 @@ dependencies = [
|
|||
"chrono",
|
||||
"clap",
|
||||
"itertools 0.14.0",
|
||||
"quick-error",
|
||||
"regex",
|
||||
"thiserror 2.0.12",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue