| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,25 +12,36 @@ crate-type = ["staticlib"] | |||
| 12 | 12 | ||
| 13 | 13 | [dependencies] | |
| 14 | 14 | # Pin all temporal dependencies to the last version support rustc 1.82 | |
| 15 | - icu_calendar = "~2.0.0" | ||
| 16 | - icu_calendar_data = "~2.0.0" | ||
| 17 | 15 | icu_collections = "~2.0.0" | |
| 18 | - icu_locale = "~2.0.0" | ||
| 19 | 16 | icu_locale_core = "~2.0.0" | |
| 20 | - icu_locale_data = "~2.0.0" | ||
| 21 | 17 | icu_provider = "~2.0.0" | |
| 22 | 18 | timezone_provider = "=0.1.0" | |
| 23 | 19 | ||
| 24 | 20 | [dependencies.temporal_capi] | |
| 25 | 21 | version = "=0.1.0" | |
| 26 | 22 | features = ["zoneinfo64"] | |
| 23 | + default-features = false | ||
| 27 | 24 | ||
| 28 | 25 | [dependencies.temporal_rs] | |
| 29 | 26 | version = "=0.1.0" | |
| 30 | 27 | default-features = false | |
| 31 | 28 | # This is necessary to enable a spec-compliance quirk when upgrading to v0.1.2 | |
| 32 | 29 | # features = ["float64_representable_durations"] | |
| 33 | 30 | ||
| 31 | + # Disable `icu_calendar_data` and `icu_locale_data` crates with disabling | ||
| 32 | + # `compiled_data` features. However these datasets are still enabled until | ||
| 33 | + # https://github.com/boa-dev/temporal/pull/694 lands. | ||
| 34 | + [dependencies.icu_calendar] | ||
| 35 | + version = "~2.0.0" | ||
| 36 | + features = [ | ||
| 37 | + "ixdtf", # Parser for Internet eXtended DateTime Format | ||
| 38 | + ] | ||
| 39 | + default-features = false | ||
| 40 | + | ||
| 41 | + [dependencies.icu_locale] | ||
| 42 | + version = "~2.0.0" | ||
| 43 | + default-features = false | ||
| 44 | + | ||
| 34 | 45 | [patch.crates-io] | |
| 35 | 46 | # Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated. | |
| 36 | 47 | resb = { path="patches/resb" } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments