Skip to content

Commit

Permalink
Stricter version dep on data crates
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed May 27, 2024
1 parent a34f3fc commit 0f65ba2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ icu_decimal_data = { version = "~1.4.0", path = "provider/baked/decimal", defaul
icu_displaynames_data = { version = "~1.4.0", path = "provider/baked/displaynames", default-features = false }
icu_list_data = { version = "~1.4.0", path = "provider/baked/list", default-features = false }
icu_locid_transform_data = { version = "~1.4.0", path = "provider/baked/locid_transform", default-features = false }
icu_normalizer_data = { version = "~1.4.0", path = "provider/baked/normalizer", default-features = false }
icu_normalizer_data = { version = "~1.4.1", path = "provider/baked/normalizer", default-features = false }
icu_plurals_data = { version = "~1.4.0", path = "provider/baked/plurals", default-features = false }
icu_properties_data = { version = "~1.4.0", path = "provider/baked/properties", default-features = false }
icu_properties_data = { version = "~1.4.1", path = "provider/baked/properties", default-features = false }
icu_relativetime_data = { version = "~1.4.0", path = "provider/baked/relativetime", default-features = false }
icu_segmenter_data = { version = "~1.4.0", path = "provider/baked/segmenter", default-features = false }
icu_timezone_data = { version = "~1.4.0", path = "provider/baked/timezone", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion components/normalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "icu_normalizer"
description = "API for normalizing text into Unicode Normalization Forms"
license-file = "LICENSE"

version = "1.4.2"
version = "1.4.3"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion components/properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "icu_properties"
description = "Definitions for Unicode properties"
license-file = "LICENSE"

version = "1.4.1"
version = "1.4.2"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 0f65ba2

Please sign in to comment.