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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -177,6 +177,7 @@ dependencies = [
|
|||
"home",
|
||||
"itertools",
|
||||
"jobslot",
|
||||
"maybe-owned",
|
||||
"miette",
|
||||
"normalize-path",
|
||||
"once_cell",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue