1
Fork 0
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:
Jeremy Smart 2025-05-15 03:19:46 -04:00 committed by GitHub
parent 5e11842428
commit a5a9f7d44d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 36 deletions

2
Cargo.lock generated
View file

@ -3138,8 +3138,8 @@ dependencies = [
"chrono",
"clap",
"itertools 0.14.0",
"quick-error",
"regex",
"thiserror 2.0.12",
"uucore",
]