Skip to content

Commit

Permalink
Remove transitive meta crate features (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Nov 3, 2024
1 parent 3ba709c commit a8cbd83
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions components/icu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,9 @@ datagen = [
serde_human = [
"icu_list/serde_human"
]
icu_datetime_experimental = [
"icu_datetime/experimental",
]
icu_plurals_experimental = [
"icu_plurals/experimental"
]
experimental = [
"icu_datetime_experimental",
"icu_plurals_experimental",
"icu_datetime/experimental",
"icu_plurals/experimental",
"dep:icu_experimental",
"dep:icu_pattern",
]
Expand Down

0 comments on commit a8cbd83

Please sign in to comment.