Skip to content

Commit

Permalink
undo edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Oct 20, 2023
1 parent d9d35cc commit 7431a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl FromStr for IntegerFormat {
}

#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq)]
#[serde(rename_all = "lowercase")]
#[serde(rename_all = "kebab-case")]
pub enum StringFormat {
Date,
DateTime,
Expand Down

0 comments on commit 7431a9e

Please sign in to comment.