mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +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
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -95,7 +95,7 @@ dependencies = [
|
|||
"generic-array",
|
||||
"home",
|
||||
"itertools",
|
||||
"jobserver",
|
||||
"jobslot",
|
||||
"log",
|
||||
"miette",
|
||||
"normalize-path",
|
||||
|
@ -942,6 +942,18 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jobslot"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0f0478230fe7c53cb89765785904f3cd9a1fb95f7d3261c343fe3248627e6060"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"scopeguard",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "js-sys"
|
||||
version = "0.3.59"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue