mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 20:50:03 +00:00
Run fetchers in parallel in MultiFetcher.first_available
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
d373ad5145
commit
c393270899
2 changed files with 45 additions and 13 deletions
|
@ -234,7 +234,7 @@ async fn entry() -> Result<()> {
|
|||
Some(fetcher) => {
|
||||
install_from_package(
|
||||
binaries,
|
||||
fetcher,
|
||||
&*fetcher,
|
||||
install_path,
|
||||
meta,
|
||||
opts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue