From 5881ecc6afbc0bec0f6a023e08279bf67f4688f2 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 24 Jan 2021 11:29:52 +0100 Subject: [PATCH] Make unicode segmentation depend on text --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"