Skip to content

Commit

Permalink
Update tinystr version to 0.7.3 to pick up zerovec range dep (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Sep 23, 2023
1 parent 46264c7 commit 663b738
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ deduplicating_array = { version = "0.1.5", path = "utils/deduplicating_array", d
fixed_decimal = { version = "0.5.4", path = "utils/fixed_decimal", default-features = false }
litemap = { version = "0.7.1", path = "utils/litemap", default-features = false }
icu_pattern = { version = "0.1.5", path = "utils/pattern", default-features = false }
tinystr = { version = "0.7.2", path = "utils/tinystr", default-features = false }
tinystr = { version = "0.7.3", path = "utils/tinystr", default-features = false }
tzif = { version = "0.0.0", path = "utils/tzif", default-features = false }
writeable = { version = "0.5.3", path = "utils/writeable/", default-features = false }
yoke = { version = "0.7.2", path = "utils/yoke", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/Cargo.lock

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

2 changes: 1 addition & 1 deletion ffi/gn/Cargo.lock

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

26 changes: 13 additions & 13 deletions ffi/gn/icu4x/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ rust_library("icu_calendar-v1_3_0") {
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
deps += [ ":icu_locid-v1_3_0" ]
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":writeable-v0_5_3" ]
deps += [ ":zerovec-v0_10_0" ]

Expand Down Expand Up @@ -275,7 +275,7 @@ rust_library("icu_capi-v1_3_0") {
deps += [ ":icu_provider_adapters-v1_3_0" ]
deps += [ ":icu_segmenter-v1_3_0" ]
deps += [ ":icu_timezone-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":unicode-bidi-v0_3_13" ]
deps += [ ":writeable-v0_5_3" ]

Expand Down Expand Up @@ -398,7 +398,7 @@ rust_library("icu_datetime-v1_3_0") {
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":icu_timezone-v1_3_0" ]
deps += [ ":smallvec-v1_10_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":writeable-v0_5_3" ]
deps += [ ":zerovec-v0_10_0" ]

Expand Down Expand Up @@ -469,7 +469,7 @@ rust_library("icu_locid-v1_3_0") {
deps = []
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
deps += [ ":litemap-v0_7_1" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":writeable-v0_5_3" ]
deps += [ ":zerovec-v0_10_0" ]

Expand All @@ -495,7 +495,7 @@ rust_library("icu_locid_transform-v1_3_0") {
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
deps += [ ":icu_locid-v1_3_0" ]
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":zerovec-v0_10_0" ]

rustenv = []
Expand Down Expand Up @@ -571,7 +571,7 @@ rust_library("icu_properties-v1_3_0") {
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
deps += [ ":icu_collections-v1_3_0" ]
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":unicode-bidi-v0_3_13" ]
deps += [ ":zerovec-v0_10_0" ]

Expand All @@ -598,7 +598,7 @@ rust_library("icu_provider-v1_3_0") {
deps += [ ":icu_locid-v1_3_0" ]
deps += [ ":icu_provider_macros-v1_3_0($host_toolchain)" ]
deps += [ ":stable_deref_trait-v1_2_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":writeable-v0_5_3" ]
deps += [ ":yoke-v0_7_2" ]
deps += [ ":zerofrom-v0_1_3" ]
Expand Down Expand Up @@ -626,7 +626,7 @@ rust_library("icu_provider_adapters-v1_3_0") {
deps += [ ":icu_locid-v1_3_0" ]
deps += [ ":icu_locid_transform-v1_3_0" ]
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":zerovec-v0_10_0" ]

rustenv = []
Expand Down Expand Up @@ -701,7 +701,7 @@ rust_library("icu_timezone-v1_3_0") {
deps += [ ":icu_calendar-v1_3_0" ]
deps += [ ":icu_locid-v1_3_0" ]
deps += [ ":icu_provider-v1_3_0" ]
deps += [ ":tinystr-v0_7_2" ]
deps += [ ":tinystr-v0_7_3" ]
deps += [ ":zerotrie-v0_1_0" ]
deps += [ ":zerovec-v0_10_0" ]

Expand Down Expand Up @@ -1071,10 +1071,10 @@ rust_library("synstructure-v0_13_0") {
visibility = [ ":*" ]
}

rust_library("tinystr-v0_7_2") {
rust_library("tinystr-v0_7_3") {
crate_name = "tinystr"
crate_root = "//utils/tinystr/src/lib.rs"
output_name = "tinystr-29c48faa62bdaa63"
output_name = "tinystr-8e2fe94f1240308b"

deps = []
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
Expand All @@ -1085,8 +1085,8 @@ rust_library("tinystr-v0_7_2") {
rustflags = [
"--cap-lints=allow",
"--edition=2021",
"-Cmetadata=29c48faa62bdaa63",
"-Cextra-filename=-29c48faa62bdaa63",
"-Cmetadata=8e2fe94f1240308b",
"-Cextra-filename=-8e2fe94f1240308b",
"--cfg=feature=\"alloc\"",
"--cfg=feature=\"zerovec\"",
]
Expand Down
2 changes: 1 addition & 1 deletion utils/tinystr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
name = "tinystr"
description = "A small ASCII-only bounded length string representation."
version = "0.7.2"
version = "0.7.3"
keywords = ["string", "str", "small", "tiny", "no_std"]
categories = ["data-structures"]
license-file = "LICENSE"
Expand Down

0 comments on commit 663b738

Please sign in to comment.