Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Dec 19, 2023
1 parent b479b4a commit db3f3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/datagen/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ registry!(
icu_dimension::provider::CurrencyEssentialsV1Marker = "currency/essentials@1",
#[cfg(any(all(), feature = "icu_calendar"))]
icu_calendar::provider::ChineseCacheV1Marker = "calendar/chinesecache@1",
icu_calendar::provider::DangiCacheV1Marker = "calendar/japanesecache@1",
icu_calendar::provider::DangiCacheV1Marker = "calendar/dangicache@1",
icu_calendar::provider::JapaneseErasV1Marker = "calendar/japanese@1",
icu_calendar::provider::JapaneseExtendedErasV1Marker = "calendar/japanext@1",
icu_calendar::provider::WeekDataV1Marker = "datetime/week_data@1",
Expand Down

0 comments on commit db3f3bd

Please sign in to comment.