mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Optimize resolve_inner
: Avoid VersionReq::clone
(#656)
* Add new dep maybe-owned v0.3.4 to binstalk * Optimize `resolve_inner`: Avoid `VersionReq::clone` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7656b887d9
commit
7b34178bcc
3 changed files with 10 additions and 7 deletions
|
@ -23,6 +23,7 @@ futures-util = { version = "0.3.25", default-features = false, features = ["std"
|
|||
home = "0.5.4"
|
||||
itertools = "0.10.5"
|
||||
jobslot = { version = "0.2.8", features = ["tokio"] }
|
||||
maybe-owned = "0.3.4"
|
||||
miette = "5.5.0"
|
||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||
once_cell = "1.17.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue