Skip to content

Commit bf4d143

Browse files
Manishearthsffc
andauthored
Prepare versions and lockfiles for 1.2 release (#3327)
* Update version to 1.2.0 or similar * Release 1.2.0 bies@0.2.1 crlify@1.0.2 databake@0.1.4 databake-derive@0.1.4 deduplicating_array@0.1.4 fixed_decimal@0.5.3 icu@1.2.0 icu_calendar@1.2.0 icu_capi@1.2.0 icu_capi_cdylib@1.2.0 icu_capi_staticlib@1.2.0 icu_casemapping@0.7.2 icu_codepointtrie_builder@0.3.5 icu_collator@1.2.0 icu_collections@1.2.0 icu_compactdecimal@0.2.0 icu_datagen@1.2.0 icu_datetime@1.2.0 icu_decimal@1.2.0 icu_displaynames@0.10.0 icu_freertos@1.2.0 icu_harfbuzz@0.8.0 icu_list@1.2.0 icu_locid@1.2.0 icu_locid_transform@1.2.0 icu_normalizer@1.2.0 icu_pattern@0.1.4 icu_plurals@1.2.0 icu_properties@1.2.0 icu_provider@1.2.0 icu_provider_adapters@1.2.0 icu_provider_blob@1.2.0 icu_provider_fs@1.2.0 icu_provider_macros@1.2.0 icu_relativetime@0.1.1 icu_segmenter@1.2.0 icu_testdata@1.2.0 icu_timezone@1.2.0 ixdtf@0.1.0 litemap@0.7.0 tinystr@0.7.1 tzif@0.2.1 writeable@0.5.2 yoke@0.7.1 yoke-derive@0.7.1 zerofrom@0.1.2 zerofrom-derive@0.1.2 zerovec@0.9.4 zerovec-derive@0.9.4 Generated by cargo-workspaces * Release independent packages icu_harfbuzz@0.1.0 Generated by cargo-workspaces * Update gn * Update more lockfiles * Change Cargo.toml dependencies to 1.2.0 * Update version numbers in cargo tutorials and ecma402 * Don't use `fn main()` as a test * cfg verify-zero-copy test to not run on windows --------- Co-authored-by: Shane F. Carr <shane@unicode.org>
1 parent 32c6028 commit bf4d143

File tree

48 files changed

+968
-659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+968
-659
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/calendar/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_calendar"
77
description = "API for supporting various types of calendars"
8-
version = "1.1.0"
8+
version = "1.2.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"
@@ -28,8 +28,8 @@ all-features = true
2828

2929
[dependencies]
3030
displaydoc = { version = "0.2.3", default-features = false }
31-
icu_provider = { version = "1.1.0", path = "../../provider/core", features = ["macros"] }
32-
icu_locid = { version = "1.1.0", path = "../../components/locid" }
31+
icu_provider = { version = "1.2.0", path = "../../provider/core", features = ["macros"] }
32+
icu_locid = { version = "1.2.0", path = "../../components/locid" }
3333
tinystr = { version = "0.7.1", path = "../../utils/tinystr", features = ["alloc", "zerovec"], default-features = false }
3434
zerovec = { version = "0.9.4", path = "../../utils/zerovec", default-features = false, features = ["derive"] }
3535
writeable = { version = "0.5.1", path = "../../utils/writeable" }

components/collator/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_collator"
77
description = "API for comparing strings according to language-dependent conventions"
8-
version = "1.1.0"
8+
version = "1.2.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"
@@ -28,11 +28,11 @@ all-features = true
2828

2929
[dependencies]
3030
displaydoc = { version = "0.2.3", default-features = false }
31-
icu_collections = { version = "1.1.0", path = "../../components/collections" }
32-
icu_locid = { version = "1.1.0", path = "../../components/locid" }
33-
icu_normalizer = { version = "1.1.0", path = "../../components/normalizer" }
34-
icu_properties = { version = "1.1.0", path = "../../components/properties" }
35-
icu_provider = { version = "1.1.0", path = "../../provider/core", features = ["macros"] }
31+
icu_collections = { version = "1.2.0", path = "../../components/collections" }
32+
icu_locid = { version = "1.2.0", path = "../../components/locid" }
33+
icu_normalizer = { version = "1.2.0", path = "../../components/normalizer" }
34+
icu_properties = { version = "1.2.0", path = "../../components/properties" }
35+
icu_provider = { version = "1.2.0", path = "../../provider/core", features = ["macros"] }
3636
utf8_iter = "1.0"
3737
utf16_iter = "1.0"
3838
smallvec = { version = "1.7", features = ["union", "const_generics", "const_new"] }

0 commit comments

Comments
 (0)