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:
Jiahao XU 2023-01-06 11:47:45 +11:00 committed by GitHub
parent 7656b887d9
commit 7b34178bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View file

@ -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"