Skip to content

Commit cb38ad7

Browse files
committed
kebab-case dockerfile config
1 parent 6a93194 commit cb38ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/cross_toml.rs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub struct CrossTargetConfig {
4242

4343
/// Dockerfile configuration
4444
#[derive(Debug, Deserialize, PartialEq)]
45+
#[serde(rename_all = "kebab-case")]
4546
pub struct CrossTargetConfigDockerfile {
4647
file: String,
4748
context: Option<String>,

0 commit comments

Comments
 (0)