Skip to content

Commit

Permalink
Update feature flag naming conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syfaro committed Feb 10, 2024
1 parent ba891b6 commit 040a411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl<'de> Deserialize<'de> for UrlUuid {

#[derive(Clone, Debug, Serialize, Deserialize, enum_map::Enum)]
enum Features {
#[serde(rename = "fuzzysearch_owo_merge_media")]
#[serde(rename = "fuzzysearch.owo.merge-media")]
MergeMedia,
}

Expand Down

0 comments on commit 040a411

Please sign in to comment.