Skip to content

Commit

Permalink
Add field for default target to build, in relation to #624
Browse files Browse the repository at this point in the history
  • Loading branch information
mntns committed Mar 22, 2022
1 parent e53c99f commit 2937acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cross_toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub struct CrossBuildEnvConfig {
pub struct CrossBuildConfig {
env: Option<CrossBuildEnvConfig>,
xargo: Option<bool>,
target: Option<String>,
}

/// Target configuration
Expand Down

0 comments on commit 2937acc

Please sign in to comment.