diff --git a/LAST_RELEASED_VERSION b/LAST_RELEASED_VERSION index 0062ac9..acf69b4 100644 --- a/LAST_RELEASED_VERSION +++ b/LAST_RELEASED_VERSION @@ -1 +1 @@ -5.0.0 +5.1.0 \ No newline at end of file diff --git a/NEXT_VERSION b/NEXT_VERSION index 831446c..7cbea07 100644 --- a/NEXT_VERSION +++ b/NEXT_VERSION @@ -1 +1 @@ -5.1.0 +5.2.0 \ No newline at end of file diff --git a/ecma402_traits/Cargo.toml b/ecma402_traits/Cargo.toml index d3371d3..886c4cd 100644 --- a/ecma402_traits/Cargo.toml +++ b/ecma402_traits/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "ecma402_traits" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Rust implementation of type traits to support ECMA 402 specification in Rust. diff --git a/rust_icu/Cargo.toml b/rust_icu/Cargo.toml index 7b6bb7d..53ffc31 100644 --- a/rust_icu/Cargo.toml +++ b/rust_icu/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -17,22 +17,22 @@ keywords = ["icu", "unicode", "i18n", "l10n"] anyhow = "1.0.25" log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ubrk = { path = "../rust_icu_ubrk", version = "5.0.0", default-features = false } -rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.0.0", default-features = false } -rust_icu_ucol = { path = "../rust_icu_ucol", version = "5.0.0", default-features = false } -rust_icu_ucsdet = { path = "../rust_icu_ucsdet", version = "5.0.0", default-features = false } -rust_icu_udat = { path = "../rust_icu_udat", version = "5.0.0", default-features = false } -rust_icu_udata = { path = "../rust_icu_udata", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_ulistformatter = { path = "../rust_icu_ulistformatter", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_umsg = { path = "../rust_icu_umsg", version = "5.0.0", default-features = false } -rust_icu_unorm2 = { path = "../rust_icu_unorm2", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } -rust_icu_utext = { path = "../rust_icu_utext", version = "5.0.0", default-features = false } -rust_icu_utrans = { path = "../rust_icu_utrans", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ubrk = { path = "../rust_icu_ubrk", version = "5.1.0", default-features = false } +rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.1.0", default-features = false } +rust_icu_ucol = { path = "../rust_icu_ucol", version = "5.1.0", default-features = false } +rust_icu_ucsdet = { path = "../rust_icu_ucsdet", version = "5.1.0", default-features = false } +rust_icu_udat = { path = "../rust_icu_udat", version = "5.1.0", default-features = false } +rust_icu_udata = { path = "../rust_icu_udata", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_ulistformatter = { path = "../rust_icu_ulistformatter", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_umsg = { path = "../rust_icu_umsg", version = "5.1.0", default-features = false } +rust_icu_unorm2 = { path = "../rust_icu_unorm2", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } +rust_icu_utext = { path = "../rust_icu_utext", version = "5.1.0", default-features = false } +rust_icu_utrans = { path = "../rust_icu_utrans", version = "5.1.0", default-features = false } thiserror = "1.0.9" # See the feature description in ../rust_icu_sys/Cargo.toml for details. diff --git a/rust_icu_common/Cargo.toml b/rust_icu_common/Cargo.toml index e5b725a..22bcb5b 100644 --- a/rust_icu_common/Cargo.toml +++ b/rust_icu_common/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "rust_icu_common" -version = "5.0.0" +version = "5.1.0" authors = ["Google Inc."] license = "Apache-2.0" readme = "README.md" @@ -19,7 +19,7 @@ keywords = ["icu", "unicode", "i18n", "l10n"] anyhow = "1.0.25" thiserror = "1.0.9" -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false} +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false} # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_ecma402/Cargo.toml b/rust_icu_ecma402/Cargo.toml index 3d45c4e..273a757 100644 --- a/rust_icu_ecma402/Cargo.toml +++ b/rust_icu_ecma402/Cargo.toml @@ -6,25 +6,25 @@ license = "Apache-2.0" name = "rust_icu_ecma402" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ ECMA 402 standard implementation in Rust. """ [dependencies] anyhow = "1.0.25" -ecma402_traits = { path = "../ecma402_traits", version = "5.0.0" } +ecma402_traits = { path = "../ecma402_traits", version = "5.1.0" } log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_udat = { path = "../rust_icu_udat", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } -rust_icu_ulistformatter = { path = "../rust_icu_ulistformatter", version = "5.0.0", default-features = false } -rust_icu_upluralrules = { path = "../rust_icu_upluralrules", version = "5.0.0", default-features = false } -rust_icu_unum = { path = "../rust_icu_unum", version = "5.0.0", default-features = false } -rust_icu_unumberformatter = { path = "../rust_icu_unumberformatter", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_udat = { path = "../rust_icu_udat", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } +rust_icu_ulistformatter = { path = "../rust_icu_ulistformatter", version = "5.1.0", default-features = false } +rust_icu_upluralrules = { path = "../rust_icu_upluralrules", version = "5.1.0", default-features = false } +rust_icu_unum = { path = "../rust_icu_unum", version = "5.1.0", default-features = false } +rust_icu_unumberformatter = { path = "../rust_icu_unumberformatter", version = "5.1.0", default-features = false } [dev-dependencies] anyhow = "1.0.25" diff --git a/rust_icu_intl/Cargo.toml b/rust_icu_intl/Cargo.toml index afa3aa3..e060e5a 100644 --- a/rust_icu_intl/Cargo.toml +++ b/rust_icu_intl/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_intl" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -17,11 +17,11 @@ umsg.h anyhow = "1.0.25" log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_umsg = { path = "../rust_icu_umsg", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_umsg = { path = "../rust_icu_umsg", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } thiserror = "1.0.9" # See the feature description in ../rust_icu_sys/Cargo.toml for details. diff --git a/rust_icu_sys/Cargo.toml b/rust_icu_sys/Cargo.toml index 6c0161e..cc52ab2 100644 --- a/rust_icu_sys/Cargo.toml +++ b/rust_icu_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_icu_sys" -version = "5.0.0" +version = "5.1.0" authors = ["Google Inc."] license = "Apache-2.0" readme = "README.md" diff --git a/rust_icu_ubrk/Cargo.toml b/rust_icu_ubrk/Cargo.toml index feadb15..0a7be8f 100644 --- a/rust_icu_ubrk/Cargo.toml +++ b/rust_icu_ubrk/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "rust_icu_ubrk" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -17,10 +17,10 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] anyhow = "1.0.25" diff --git a/rust_icu_ucal/Cargo.toml b/rust_icu_ucal/Cargo.toml index 28cc927..0c1c965 100644 --- a/rust_icu_ucal/Cargo.toml +++ b/rust_icu_ucal/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ucal" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,10 +18,10 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] regex = "1" diff --git a/rust_icu_uchar/Cargo.toml b/rust_icu_uchar/Cargo.toml index 54a418c..64f95df 100644 --- a/rust_icu_uchar/Cargo.toml +++ b/rust_icu_uchar/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_uchar" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,8 +18,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_ucnv/Cargo.toml b/rust_icu_ucnv/Cargo.toml index 598a079..633f229 100644 --- a/rust_icu_ucnv/Cargo.toml +++ b/rust_icu_ucnv/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ucnv" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,8 +18,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_ucol/Cargo.toml b/rust_icu_ucol/Cargo.toml index c73778e..005261a 100644 --- a/rust_icu_ucol/Cargo.toml +++ b/rust_icu_ucol/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ucol" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -17,10 +17,10 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_ucsdet/Cargo.toml b/rust_icu_ucsdet/Cargo.toml index 7ab5955..675b22c 100644 --- a/rust_icu_ucsdet/Cargo.toml +++ b/rust_icu_ucsdet/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ucsdet" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -16,9 +16,9 @@ ucsdet.h keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_udat/Cargo.toml b/rust_icu_udat/Cargo.toml index 525ce09..9cc4722 100644 --- a/rust_icu_udat/Cargo.toml +++ b/rust_icu_udat/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "rust_icu_udat" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -19,12 +19,12 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] regex = "1" diff --git a/rust_icu_udata/Cargo.toml b/rust_icu_udata/Cargo.toml index ec33499..5ad06ec 100644 --- a/rust_icu_udata/Cargo.toml +++ b/rust_icu_udata/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_udata" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,8 +18,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_uenum/Cargo.toml b/rust_icu_uenum/Cargo.toml index 152088f..6766308 100644 --- a/rust_icu_uenum/Cargo.toml +++ b/rust_icu_uenum/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_uenum" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -17,8 +17,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] paste = "1.0" -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_uformattable/Cargo.toml b/rust_icu_uformattable/Cargo.toml index cd46184..761ad81 100644 --- a/rust_icu_uformattable/Cargo.toml +++ b/rust_icu_uformattable/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_uformattable" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -17,9 +17,9 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_ulistformatter/Cargo.toml b/rust_icu_ulistformatter/Cargo.toml index 086d9e4..852f40e 100644 --- a/rust_icu_ulistformatter/Cargo.toml +++ b/rust_icu_ulistformatter/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ulistformatter" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -17,9 +17,9 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_uloc/Cargo.toml b/rust_icu_uloc/Cargo.toml index 552a2d2..c8879e2 100644 --- a/rust_icu_uloc/Cargo.toml +++ b/rust_icu_uloc/Cargo.toml @@ -6,7 +6,7 @@ name = "rust_icu_uloc" build = "build.rs" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -18,10 +18,10 @@ uloc.h [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_umsg/Cargo.toml b/rust_icu_umsg/Cargo.toml index f599e1f..c36c19f 100644 --- a/rust_icu_umsg/Cargo.toml +++ b/rust_icu_umsg/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_umsg" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -19,14 +19,14 @@ keywords = ["icu", "unicode", "i18n", "l10n"] anyhow = "1.0.25" log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } thiserror = "1.0.9" [dev-dependencies] -rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.0.0", default-features = false } +rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_unorm2/Cargo.toml b/rust_icu_unorm2/Cargo.toml index ff606bc..2f4835a 100644 --- a/rust_icu_unorm2/Cargo.toml +++ b/rust_icu_unorm2/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_unorm2" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,12 +18,12 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ucal = { path = "../rust_icu_ucal", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] regex = "1" diff --git a/rust_icu_unum/Cargo.toml b/rust_icu_unum/Cargo.toml index 8db85c7..00c574a 100644 --- a/rust_icu_unum/Cargo.toml +++ b/rust_icu_unum/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_unum" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -17,11 +17,11 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uformattable = { path = "../rust_icu_uformattable", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uformattable = { path = "../rust_icu_uformattable", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_unumberformatter/Cargo.toml b/rust_icu_unumberformatter/Cargo.toml index 93bbbe4..2bf15b0 100644 --- a/rust_icu_unumberformatter/Cargo.toml +++ b/rust_icu_unumberformatter/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_unumberformatter" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -18,12 +18,12 @@ Native bindings to the ICU4C library from Unicode. anyhow = "1.0.25" log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uformattable = { path = "../rust_icu_uformattable", version = "5.0.0", default-features = false } -rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.0.0", default-features = false } -rust_icu_unum = { path = "../rust_icu_unum", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uformattable = { path = "../rust_icu_uformattable", version = "5.1.0", default-features = false } +rust_icu_uloc = { path = "../rust_icu_uloc", version = "5.1.0", default-features = false } +rust_icu_unum = { path = "../rust_icu_unum", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] anyhow = "1.0.25" diff --git a/rust_icu_upluralrules/Cargo.toml b/rust_icu_upluralrules/Cargo.toml index a13664e..1d40bc8 100644 --- a/rust_icu_upluralrules/Cargo.toml +++ b/rust_icu_upluralrules/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_upluralrules" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" keywords = ["icu", "unicode", "i18n", "l10n"] description = """ @@ -17,10 +17,10 @@ Native bindings to the ICU4C library from Unicode. [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } anyhow = "1.0.25" [dev-dependencies] diff --git a/rust_icu_ustring/Cargo.toml b/rust_icu_ustring/Cargo.toml index 71d96ba..cf51565 100644 --- a/rust_icu_ustring/Cargo.toml +++ b/rust_icu_ustring/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "rust_icu_ustring" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,8 +18,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_utext/Cargo.toml b/rust_icu_utext/Cargo.toml index 5f1bdc2..522a457 100644 --- a/rust_icu_utext/Cargo.toml +++ b/rust_icu_utext/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "rust_icu_utext" -version = "5.0.0" +version = "5.1.0" authors = ["Google Inc."] license = "Apache-2.0" readme = "README.md" @@ -17,8 +17,8 @@ keywords = ["icu", "unicode", "i18n", "l10n"] [dependencies] paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } # See the feature description in ../rust_icu_sys/Cargo.toml for details. [features] diff --git a/rust_icu_utrans/Cargo.toml b/rust_icu_utrans/Cargo.toml index 3559b85..7943d5a 100644 --- a/rust_icu_utrans/Cargo.toml +++ b/rust_icu_utrans/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "rust_icu_utrans" readme = "README.md" repository = "https://github.com/google/rust_icu" -version = "5.0.0" +version = "5.1.0" description = """ Native bindings to the ICU4C library from Unicode. @@ -18,10 +18,10 @@ Native bindings to the ICU4C library from Unicode. anyhow = "1.0.25" log = "0.4.6" paste = "1.0" -rust_icu_common = { path = "../rust_icu_common", version = "5.0.0", default-features = false } -rust_icu_sys = { path = "../rust_icu_sys", version = "5.0.0", default-features = false } -rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.0.0", default-features = false } -rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.0.0", default-features = false } +rust_icu_common = { path = "../rust_icu_common", version = "5.1.0", default-features = false } +rust_icu_sys = { path = "../rust_icu_sys", version = "5.1.0", default-features = false } +rust_icu_uenum = { path = "../rust_icu_uenum", version = "5.1.0", default-features = false } +rust_icu_ustring = { path = "../rust_icu_ustring", version = "5.1.0", default-features = false } [dev-dependencies] anyhow = "1.0.25"