Skip to content

Commit

Permalink
make extra_options public
Browse files Browse the repository at this point in the history
  • Loading branch information
torkve committed Jan 13, 2019
1 parent 4b47b0b commit 3d314ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub struct BuildOptions {

#[structopt(last = true)]
/// List of extra options to pass to `cargo build`
extra_options: Vec<String>,
pub extra_options: Vec<String>,
}

impl Default for BuildOptions {
Expand Down

0 comments on commit 3d314ca

Please sign in to comment.