Skip to content

Commit 24b22de

Browse files
committed
versions
1 parent f92f458 commit 24b22de

File tree

41 files changed

+44
-44
lines changed

Some content is hidden

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

41 files changed

+44
-44
lines changed

components/calendar/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_calendar"
77
description = "API for supporting various types of calendars"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/collator/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_collator"
77
description = "API for comparing strings according to language-dependent conventions"
8-
version = "1.0.1"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/collections/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_collections"
77
description = "Collection of API for use in ICU libraries."
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"

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.3"
8+
version = "0.3.4"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/datetime/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_datetime"
77
description = "API for formatting date and time to user readable textual representation"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/decimal/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_decimal"
77
description = "API for formatting basic decimal numbers in a locale-sensitive way"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
repository = "https://github.com/unicode-org/icu4x"

components/icu/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"
77
description = "International Components for Unicode"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/list/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_list"
77
description = "ECMA-402 ListFormatter"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/locid/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_locid"
77
description = "API for managing Unicode Language and Locale Identifiers"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"

components/locid_transform/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_locid_transform"
77
description = "API for Unicode Language and Locale Identifiers canonicalization"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
repository = "https://github.com/unicode-org/icu4x"

components/normalizer/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_normalizer"
77
description = "API for normalizing text into Unicode Normalization Forms"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/plurals/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_plurals"
77
description = "Unicode Plural Rules categorizer for numeric input"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/properties/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_properties"
77
description = "Definitions for Unicode properties"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

components/timezone/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_timezone"
77
description = "API for resolving and manipulating time zone information"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"
@@ -44,4 +44,4 @@ icu_testdata = { path = "../../provider/testdata", default-features = false, fea
4444
[features]
4545
std = ["icu_calendar/std", "icu_locid/std", "icu_provider/std"]
4646
serde = ["dep:serde", "zerovec/serde", "tinystr/serde", "icu_provider/serde"]
47-
datagen = ["serde", "dep:databake", "zerovec/databake", "tinystr/databake"]
47+
datagen = ["serde", "dep:databake", "zerovec/databake", "tinystr/databake"]

experimental/bies/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "bies"
77
description = "Helpers for dealing with BIES vectors with text segmentation applications"
8-
version = "0.1.1"
8+
version = "0.2.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

experimental/casemapping/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_casemapping"
77
description = "Unicode case mapping algorithms"
8-
version = "0.7.0"
8+
version = "0.7.1"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

experimental/displaynames/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_displaynames"
77
description = "API to enable the translation of Region display names"
8-
version = "0.7.0"
8+
version = "0.8.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

experimental/ixdtf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "ixdtf"
77
description = "Parser for Internet eXtended DateTime Format"
8-
version = "1.0.0-alpha1"
8+
version = "0.0.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

experimental/segmenter/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_segmenter"
77
description = "Unicode line breaking and text segmentation algorithms for text boundaries analysis"
8-
version = "0.7.0"
8+
version = "0.8.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

ffi/capi_cdylib/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_capi_cdylib"
77
description = "C interface to ICU4X"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
resolver = "2"

ffi/capi_staticlib/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_capi_staticlib"
77
description = "C interface to ICU4X"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
resolver = "2"

ffi/diplomat/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_capi"
77
description = "C interface to ICU4X"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
resolver = "2"

ffi/freertos/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_freertos"
77
description = "C interface to ICU4X"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
resolver = "2"

provider/adapters/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_provider_adapters"
77
description = "Adapters for composing and manipulating data providers."
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

provider/blob/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_provider_blob"
77
description = "ICU4X data provider that reads from blobs in memory"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

provider/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "icu_provider"
77
description = "Trait and struct definitions for the ICU data provider"
8-
version = "1.0.1"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"
@@ -76,4 +76,4 @@ deserialize_postcard_1 = ["serde", "dep:postcard"]
7676
datagen = ["dep:dhat", "serde", "dep:erased-serde", "dep:databake", "std", "sync"]
7777

7878
[package.metadata.cargo-all-features]
79-
denylist = ["macros"]
79+
denylist = ["macros"]

provider/datagen/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_datagen"
77
description = "Generate data for ICU4X DataProvider"
8-
version = "1.0.2"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"

provider/fs/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_provider_fs"
77
description = "ICU4X data provider that reads from structured data files"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

provider/macros/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_provider_macros"
77
description = "Proc macros for ICU data providers"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

provider/testdata/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_testdata"
77
description = "Pre-built test data for ICU4X"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/databake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "databake"
77
description = "Trait that lets structs represent themselves as (const) Rust expressions"
8-
version = "0.1.2"
8+
version = "0.1.3"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/databake/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "databake-derive"
77
description = "Custom derive for the databake crate"
8-
version = "0.1.1"
8+
version = "0.1.3"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/fixed_decimal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "fixed_decimal"
77
description = "An API for representing numbers in a human-readable form"
8-
version = "0.5.1"
8+
version = "0.5.2"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/litemap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "litemap"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
authors = ["The ICU4X Project Developers"]
99
repository = "https://github.com/unicode-org/icu4x"
1010
edition = "2021"

utils/pattern/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_pattern"
77
description = "ICU pattern utilities"
8-
version = "0.1.2"
8+
version = "0.1.3"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/tinystr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "tinystr"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "A small ASCII-only bounded length string representation."
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
@@ -41,7 +41,7 @@ criterion = "0.3"
4141
postcard = { version = "1.0.0", features = ["use-std"] }
4242
rand = { version = "0.8.5", features = ["small_rng"] }
4343
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
44-
tinystr_old = { version = "0.4", package = "tinystr", features = ["serde"] }
44+
tinystr_old = { version = "0.7.1", package = "tinystr", features = ["serde"] }
4545

4646
[features]
4747
default = ["alloc"]

utils/tzif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "tzif"
77
authors = ["The ICU4X Project Developers"]
88
description = "A parser for TZif files"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
readme = "README.md"
1212
license = "Unicode-DFS-2016"

utils/writeable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "writeable"
77
description = "A more efficient alternative to fmt::Display"
8-
version = "0.5.0"
8+
version = "0.5.1"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2018"
1111
readme = "README.md"

utils/yoke/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "yoke-derive"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
description = "Custom derive for the yoke crate"
99
repository = "https://github.com/unicode-org/icu4x"
1010
license = "Unicode-DFS-2016"

utils/zerovec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "zerovec"
77
description = "Zero-copy vector backed by a byte array"
8-
version = "0.9.1"
8+
version = "0.9.2"
99
authors = ["The ICU4X Project Developers"]
1010
edition = "2021"
1111
readme = "README.md"

utils/zerovec/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "zerovec-derive"
7-
version = "0.9.0"
7+
version = "0.9.2"
88
description = "Custom derive for the zerovec crate"
99
repository = "https://github.com/unicode-org/icu4x"
1010
license = "Unicode-DFS-2016"

0 commit comments

Comments
 (0)