Skip to content

Commit a45a095

Browse files
committed
Update workspace dep
1 parent 55c44ca commit a45a095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ include = [
132132

133133
# ICU4X core
134134
# These use non-tilde deps, see https://github.com/unicode-org/icu4x/issues/4343
135-
icu_locale_core = { version = "2.0.0", path = "components/locale_core", default-features = false }
136-
icu_provider = { version = "2.0.0", path = "provider/core", default-features = false }
137-
icu_pattern = { version = "0.4.0", path = "components/pattern", default-features = false }
135+
icu_locale_core = { version = "2.1.0", path = "components/locale_core", default-features = false }
136+
icu_provider = { version = "2.1.0", path = "provider/core", default-features = false }
137+
icu_pattern = { version = "0.4.1", path = "components/pattern", default-features = false }
138138

139139
# Components
140140
icu = { version = "~2.1.0", path = "components/icu", default-features = false }

0 commit comments

Comments
 (0)