1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +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

8
Cargo.lock generated
View file

@ -1849,12 +1849,6 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quote"
version = "1.0.40"
@ -2697,8 +2691,8 @@ dependencies = [
"indicatif",
"libc",
"linux-raw-sys",
"quick-error",
"selinux",
"thiserror 2.0.12",
"uucore",
"walkdir",
"xattr",