mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-04 11:10:02 +00:00
Stop using borrows of reqwest::Client (#316)
This commit is contained in:
parent
1cf6076d62
commit
f5a682ccce
6 changed files with 11 additions and 11 deletions
|
@ -133,7 +133,7 @@ async fn resolve_inner(
|
|||
Some(manifest_path) => load_manifest_path(manifest_path)?,
|
||||
None => {
|
||||
fetch_crate_cratesio(
|
||||
&client,
|
||||
client.clone(),
|
||||
&crates_io_api_client,
|
||||
&crate_name.name,
|
||||
&version_req,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue