diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e79cbe00fe..c8de9acb7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # Changelog -## Unreleased - ## icu4x 1.4 (Nov 16, 2023) - General diff --git a/Cargo.lock b/Cargo.lock index 48d5db86c17..39789319364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,7 +1464,7 @@ version = "1.4.0" [[package]] name = "icu_codepointtrie_builder" -version = "0.3.6" +version = "0.3.7" dependencies = [ "icu", "icu_collections", diff --git a/Cargo.toml b/Cargo.toml index 0aeacdf0cb7..9ce87faa70a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ icu_calendar = { version = "~1.4.0", path = "components/calendar", default-featu icu_casemap = { version = "~1.4.0", path = "components/casemap", default-features = false } icu_collator = { version = "~1.4.0", path = "components/collator", default-features = false } icu_collections = { version = "~1.4.0", path = "components/collections", default-features = false } -icu_codepointtrie_builder = { version = "0.3.6", path = "components/collections/codepointtrie_builder", default-features = false } +icu_codepointtrie_builder = { version = "0.3.7", path = "components/collections/codepointtrie_builder", default-features = false } icu_datetime = { version = "~1.4.0", path = "components/datetime", default-features = false } icu_decimal = { version = "~1.4.0", path = "components/decimal", default-features = false } icu_list = { version = "~1.4.0", path = "components/list", default-features = false } diff --git a/components/collections/codepointtrie_builder/Cargo.toml b/components/collections/codepointtrie_builder/Cargo.toml index f44ee0f13a5..2a7a64a1a05 100644 --- a/components/collections/codepointtrie_builder/Cargo.toml +++ b/components/collections/codepointtrie_builder/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "icu_codepointtrie_builder" description = "Runtime builder for CodePointTrie" -version = "0.3.6" +version = "0.3.7" license-file = "LICENSE" include = [ "src/**/*", diff --git a/provider/datagen/Cargo.toml b/provider/datagen/Cargo.toml index b6fca19c9af..b2ec669123a 100644 --- a/provider/datagen/Cargo.toml +++ b/provider/datagen/Cargo.toml @@ -104,8 +104,8 @@ postcard = "1" simple_logger = { version = "4.1.0", default-features = false } # Pre-experimental components with limited data generation -icu_singlenumberformatter = { workspace = true, features = ["datagen"] } -icu_unitsconversion = { workspace = true, features = ["datagen"] } +icu_singlenumberformatter = { path = "../../experimental/singlenumberformatter", features = ["datagen"] } +icu_unitsconversion = { path = "../../experimental/unitsconversion", features = ["datagen"] } [features] default = ["bin", "use_wasm", "networking", "legacy_api", "rayon", "fs_exporter", "blob_exporter", "baked_exporter"]