mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-29 23:22:56 +00:00
Replace dep jobserver
with jobslot
(#355)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
56bafc8c9b
commit
32c3154abb
4 changed files with 19 additions and 8 deletions
|
@ -25,7 +25,7 @@ futures-util = { version = "0.3.23", default-features = false, features = ["std"
|
|||
generic-array = "0.14.6"
|
||||
home = "0.5.3"
|
||||
itertools = "0.10.3"
|
||||
jobserver = "0.1.24"
|
||||
jobslot = { version = "0.2.1", features = ["tokio"] }
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
miette = "5.3.0"
|
||||
normalize-path = { version = "0.1.0", path = "../normalize-path" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue