mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
Fix resolver.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
03c6bdb39c
commit
fc53b3c065
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ fn get_configs() -> Result<(ResolverConfig, ResolverOpts), BoxError> {
|
|||
}
|
||||
});
|
||||
|
||||
Ok(TokioAsyncResolver::tokio(config, opts))
|
||||
Ok((config, opts))
|
||||
}
|
||||
|
||||
#[instrument]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue