We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8521 commit c4caa30Copy full SHA for c4caa30
style/Cargo.toml
@@ -65,7 +65,7 @@ new_debug_unreachable = "1.0"
65
encoding_rs = {version = "0.8", optional = true}
66
euclid = "0.22"
67
fxhash = "0.2"
68
-icu_segmenter = { version = "1.5", default-features = false, features = ["auto", "compiled_data"] }
+icu_segmenter = { version = ">= 1.5, <= 2.*", default-features = false, features = ["auto", "compiled_data"] }
69
indexmap = {version = "2", features = ["std"]}
70
itertools = "0.14"
71
itoa = "1.0"
0 commit comments