diff --git a/Cargo.toml b/Cargo.toml index aed8cf4..19d37c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ all-features = true [features] default = ["text"] text = [] -unicode = ["unicode-segmentation"] +unicode = ["text", "unicode-segmentation"] [dev-dependencies] insta = "1.5.2"