Skip to content

Commit

Permalink
Additional 1.4 changes (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Nov 17, 2023
1 parent 8b080b3 commit cd9cf17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,5 @@
# Changelog

## Unreleased

## icu4x 1.4 (Nov 16, 2023)

- General
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion components/collections/codepointtrie_builder/Cargo.toml
Expand Up @@ -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/**/*",
Expand Down
4 changes: 2 additions & 2 deletions provider/datagen/Cargo.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit cd9cf17

Please sign in to comment.