mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Use reflink_copy::reflink_or_copy
in fs::atomic_install*
(#1197)
to speedup copy operation `atomic_install*`. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b3b682a1af
commit
963e9e97ad
3 changed files with 28 additions and 5 deletions
|
@ -29,6 +29,7 @@ maybe-owned = "0.3.4"
|
|||
miette = "5.9.0"
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
once_cell = "1.18.0"
|
||||
reflink-copy = "0.1.5"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue