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:
parent
28612fe1f1
commit
bfbdd5275d
9 changed files with 171 additions and 121 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue