Skip to content

Commit c4caa30

Browse files
authored
Use a range specifier for the ICU dependency (#242)
Signed-off-by: Nico Burns <[email protected]>
1 parent 64d8521 commit c4caa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ new_debug_unreachable = "1.0"
6565
encoding_rs = {version = "0.8", optional = true}
6666
euclid = "0.22"
6767
fxhash = "0.2"
68-
icu_segmenter = { version = "1.5", default-features = false, features = ["auto", "compiled_data"] }
68+
icu_segmenter = { version = ">= 1.5, <= 2.*", default-features = false, features = ["auto", "compiled_data"] }
6969
indexmap = {version = "2", features = ["std"]}
7070
itertools = "0.14"
7171
itoa = "1.0"

0 commit comments

Comments
 (0)