Pass -q to cargo-install if log_level is set to off

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-08-04 23:21:29 +10:00
parent 3d28549fd6
commit b6a539735d
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 14 additions and 4 deletions

View file

@ -17,4 +17,5 @@ pub struct Options {
pub manifest_path: Option<PathBuf>,
pub cli_overrides: PkgOverride,
pub desired_targets: DesiredTargets,
pub quiet: bool,
}