mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
5dec3913a3
Enable the "icu_calendar" feature from ICU4X for use in Temporal. Differential Revision: https://phabricator.services.mozilla.com/D211762
24 lines
752 B
Diff
24 lines
752 B
Diff
--- a/intl/icu_capi/Cargo.toml 2023-11-23 00:55:29.801649858 +0900
|
|
+++ b/intl/icu_capi/Cargo.toml 2023-11-23 00:57:49.528753911 +0900
|
|
@@ -190,20 +190,10 @@
|
|
"icu_experimental?/serde",
|
|
]
|
|
compiled_data = [
|
|
"icu_calendar?/compiled_data",
|
|
- "icu_casemap?/compiled_data",
|
|
- "icu_collator?/compiled_data",
|
|
- "icu_datetime?/compiled_data",
|
|
- "icu_decimal?/compiled_data",
|
|
- "icu_list?/compiled_data",
|
|
- "icu_locid_transform?/compiled_data",
|
|
- "icu_normalizer?/compiled_data",
|
|
- "icu_plurals?/compiled_data",
|
|
"icu_properties?/compiled_data",
|
|
"icu_segmenter?/compiled_data",
|
|
- "icu_timezone?/compiled_data",
|
|
- "icu_experimental?/compiled_data",
|
|
]
|
|
cpp_default = ["logging"]
|
|
default = [
|
|
"compiled_data",
|