mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-13 23:40:03 +00:00
Fixed compilation of cargo-binstall
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6f194aa302
commit
2d980e454b
5 changed files with 16 additions and 5 deletions
|
@ -9,6 +9,7 @@ use binstalk::{
|
|||
fetchers::{Fetcher, GhCrateMeta, QuickInstall, SignaturePolicy},
|
||||
get_desired_targets,
|
||||
helpers::{
|
||||
cacher::HTTPCacher,
|
||||
gh_api_client::GhApiClient,
|
||||
jobserver_client::LazyJobserverClient,
|
||||
remote::{Certificate, Client},
|
||||
|
@ -157,6 +158,7 @@ pub fn install_crates(
|
|||
|
||||
client,
|
||||
gh_api_client,
|
||||
cacher: HTTPCacher::default(),
|
||||
jobserver_client,
|
||||
registry: if let Some(index) = args.index {
|
||||
index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue