Skip to content

Commit be766e8

Browse files
committed
removed unstable feature in provider/source
1 parent 604c59c commit be766e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ num-traits = { workspace = true, optional = true }
7474
postcard = { workspace = true, features = ["alloc"] }
7575
icu_provider_export = { workspace = true, features = ["fs_exporter", "baked_exporter", "rayon"] }
7676
icu_provider = { workspace = true, features = ["deserialize_postcard_1"] }
77-
icu_segmenter = { path = "../../components/segmenter", features = ["lstm", "unstable"] }
77+
icu_segmenter = { path = "../../components/segmenter", features = ["lstm"] }
7878
simple_logger = { workspace = true }
7979
icu = { path = "../../components/icu", default-features = false, features = ["unstable"] }
8080
num-bigint = { workspace = true }

0 commit comments

Comments
 (0)