use fs_err for better std::fs errors

This commit is contained in:
2025-07-25 19:33:47 +08:00
parent 87d808dc3b
commit 601e217276
3 changed files with 16 additions and 4 deletions

10
Cargo.lock generated
View File

@@ -247,6 +247,15 @@ dependencies = [
"miniz_oxide",
]
[[package]]
name = "fs-err"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d7be93788013f265201256d58f04936a8079ad5dc898743aa20525f503b683"
dependencies = [
"autocfg",
]
[[package]]
name = "gdeflate"
version = "0.4.1"
@@ -392,6 +401,7 @@ dependencies = [
"color-eyre",
"colored",
"dialoguer",
"fs-err",
"indicatif",
"parking_lot",
"rayon",