mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-03 18:50:02 +00:00
Add field desired_targets
to binstall::Options
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
aa88dce215
commit
6a95bb07e0
4 changed files with 6 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use crate::PkgOverride;
|
||||
use crate::{DesiredTargets, PkgOverride};
|
||||
|
||||
mod resolve;
|
||||
pub use resolve::*;
|
||||
|
@ -14,4 +14,5 @@ pub struct Options {
|
|||
pub version: Option<String>,
|
||||
pub manifest_path: Option<PathBuf>,
|
||||
pub cli_overrides: PkgOverride,
|
||||
pub desired_targets: DesiredTargets,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue