Skip to content

Commit

Permalink
TC-2239 Enhance VersionScheme 'strum' attribute
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi committed Feb 10, 2025
1 parent 07cf003 commit c26ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/src/version_scheme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use serde::{Deserialize, Serialize};
db_type = "String(StringLen::None)",
rename_all = "lowercase"
)]
#[strum(serialize_all = "lowercase")]
#[strum(ascii_case_insensitive)]
pub enum VersionScheme {
Generic,
Git,
Expand Down

0 comments on commit c26ea9e

Please sign in to comment.