mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
Update crates/binstalk/src/ops.rs
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey <matanlurey@users.noreply.github.com>
This commit is contained in:
parent
e9ba9d2d99
commit
a27560fce9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub struct Options {
|
|||
pub desired_targets: DesiredTargets,
|
||||
pub resolvers: Vec<Resolver>,
|
||||
pub cargo_install_fallback: bool,
|
||||
pub bins: Option<Vec<String>>,
|
||||
pub bins: Option<Vec<CompactString>>,
|
||||
|
||||
pub temp_dir: PathBuf,
|
||||
pub install_path: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue