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