mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Add new dep jobserver v0.1.24
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9552e0e8ed
commit
8cc085b1b6
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -144,6 +144,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"guess_host_triple",
|
||||
"home",
|
||||
"jobserver",
|
||||
"log",
|
||||
"miette",
|
||||
"mimalloc",
|
||||
|
|
|
@ -29,6 +29,7 @@ dirs = "4.0.0"
|
|||
flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false }
|
||||
futures-util = { version = "0.3.21", default-features = false }
|
||||
home = "0.5.3"
|
||||
jobserver = "0.1.24"
|
||||
log = "0.4.14"
|
||||
miette = { version = "5.1.1", features = ["fancy-no-backtrace"] }
|
||||
mimalloc = { version = "0.1.29", default-features = false, optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue