Skip to content

Commit 797aa0d

Browse files
author
replicadse
committed
allow yaml anchors
1 parent fe09f68 commit 797aa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::collections::HashMap;
22

33
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
4-
#[serde(rename_all = "snake_case", deny_unknown_fields)]
4+
#[serde(rename_all = "snake_case")]
55
pub(crate) struct Config {
66
pub version: String,
77
pub env: Option<HashMap<String, String>>,

0 commit comments

Comments
 (0)