Skip to content

Commit

Permalink
kebab-case dockerfile config
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Apr 5, 2022
1 parent 6a93194 commit cb38ad7
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 @@ -42,6 +42,7 @@ pub struct CrossTargetConfig {

/// Dockerfile configuration
#[derive(Debug, Deserialize, PartialEq)]
#[serde(rename_all = "kebab-case")]
pub struct CrossTargetConfigDockerfile {
file: String,
context: Option<String>,
Expand Down

0 comments on commit cb38ad7

Please sign in to comment.