Replace dep jobserver with jobslot (#355)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-09-09 18:46:43 +10:00 committed by GitHub
parent 56bafc8c9b
commit 32c3154abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 8 deletions

14
Cargo.lock generated
View file

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