From 7431a9ea4003e0f47b0881ff12537c61f9a361aa Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Fri, 20 Oct 2023 14:18:44 -0700 Subject: [PATCH] undo edit --- src/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.rs b/src/schema.rs index b64e769..3a87177 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -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,