Skip to content

Commit a34f3fc

Browse files
hsivonensffc
authored andcommitted
Update the version of icu_properties_data
1 parent 0bb153c commit a34f3fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.

provider/baked/properties/Cargo.toml

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

tools/bakeddata-scripts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const COMPONENTS: &[(&str, &[DataKey], &str)] = &[
3434
),
3535
("normalizer", icu::normalizer::provider::KEYS, "1.4.1"),
3636
("plurals", icu::plurals::provider::KEYS, REPO_VERSION),
37-
("properties", icu::properties::provider::KEYS, REPO_VERSION),
37+
("properties", icu::properties::provider::KEYS, "1.4.1"),
3838
(
3939
"relativetime",
4040
icu::relativetime::provider::KEYS,

0 commit comments

Comments
 (0)