Make unicode segmentation depend on text
This commit is contained in:
parent
602b587c2d
commit
5881ecc6af
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ all-features = true
|
|||
[features]
|
||||
default = ["text"]
|
||||
text = []
|
||||
unicode = ["unicode-segmentation"]
|
||||
unicode = ["text", "unicode-segmentation"]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue