Skip to content

Commit cd9cf17

Browse files
Additional 1.4 changes (#4323)
1 parent 8b080b3 commit cd9cf17

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Changelog
22

3-
## Unreleased
4-
53
## icu4x 1.4 (Nov 16, 2023)
64

75
- General

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ icu_calendar = { version = "~1.4.0", path = "components/calendar", default-featu
145145
icu_casemap = { version = "~1.4.0", path = "components/casemap", default-features = false }
146146
icu_collator = { version = "~1.4.0", path = "components/collator", default-features = false }
147147
icu_collections = { version = "~1.4.0", path = "components/collections", default-features = false }
148-
icu_codepointtrie_builder = { version = "0.3.6", path = "components/collections/codepointtrie_builder", default-features = false }
148+
icu_codepointtrie_builder = { version = "0.3.7", path = "components/collections/codepointtrie_builder", default-features = false }
149149
icu_datetime = { version = "~1.4.0", path = "components/datetime", default-features = false }
150150
icu_decimal = { version = "~1.4.0", path = "components/decimal", default-features = false }
151151
icu_list = { version = "~1.4.0", path = "components/list", default-features = false }

components/collections/codepointtrie_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_codepointtrie_builder"
77
description = "Runtime builder for CodePointTrie"
8-
version = "0.3.6"
8+
version = "0.3.7"
99
license-file = "LICENSE"
1010
include = [
1111
"src/**/*",

provider/datagen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ postcard = "1"
104104
simple_logger = { version = "4.1.0", default-features = false }
105105

106106
# Pre-experimental components with limited data generation
107-
icu_singlenumberformatter = { workspace = true, features = ["datagen"] }
108-
icu_unitsconversion = { workspace = true, features = ["datagen"] }
107+
icu_singlenumberformatter = { path = "../../experimental/singlenumberformatter", features = ["datagen"] }
108+
icu_unitsconversion = { path = "../../experimental/unitsconversion", features = ["datagen"] }
109109

110110
[features]
111111
default = ["bin", "use_wasm", "networking", "legacy_api", "rayon", "fs_exporter", "blob_exporter", "baked_exporter"]

0 commit comments

Comments
 (0)