mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Enable feature "sync" of dep tokio
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3b88913013
commit
2e25360e82
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ tar = "0.4.38"
|
|||
tempfile = "3.3.0"
|
||||
thiserror = "1.0.31"
|
||||
tinytemplate = "1.2.1"
|
||||
tokio = { version = "1.19.1", features = [ "rt-multi-thread", "process" ], default-features = false }
|
||||
tokio = { version = "1.19.1", features = [ "rt-multi-thread", "process", "sync" ], default-features = false }
|
||||
url = "2.2.2"
|
||||
xz2 = "0.1.6"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue