Make unicode segmentation depend on text

This commit is contained in:
Armin Ronacher 2021-01-24 11:29:52 +01:00
parent 602b587c2d
commit 5881ecc6af

View file

@ -15,7 +15,7 @@ all-features = true
[features]
default = ["text"]
text = []
unicode = ["unicode-segmentation"]
unicode = ["text", "unicode-segmentation"]
[dev-dependencies]
insta = "1.5.2"