mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-02 02:00:03 +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
|
@ -22,7 +22,7 @@ use visitor::ManifestVisitor;
|
|||
|
||||
/// Fetch a crate Cargo.toml by name and version from crates.io
|
||||
pub async fn fetch_crate_cratesio(
|
||||
client: &Client,
|
||||
client: Client,
|
||||
crates_io_api_client: &AsyncClient,
|
||||
name: &str,
|
||||
version_req: &VersionReq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue