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

cp: migrate from quick-error to thiserror (#7989)

* cp: migrate from quick-error to thiserror

fixes: #7916

* Remove quick-error

Now that we have migrated to thiserror, we can remove quick-error

* cp: fix test failures

* cp: fix fmt error
This commit is contained in:
Vikram Kangotra 2025-06-03 13:42:36 +05:30 committed by GitHub
parent 28612fe1f1
commit bfbdd5275d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 171 additions and 121 deletions

View file

@ -322,7 +322,6 @@ parse_datetime = "0.9.0"
phf = "0.11.2"
phf_codegen = "0.11.2"
platform-info = "2.0.3"
quick-error = "2.0.1"
rand = { version = "0.9.0", features = ["small_rng"] }
rand_core = "0.9.0"
rayon = "1.10"