8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d73ac commit 907d4d0Copy full SHA for 907d4d0
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-segmentation"
4
-version = "1.7.1"
+version = "1.8.0"
5
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
edition = "2018"
README.md
@@ -38,7 +38,7 @@ to your `Cargo.toml`:
38
39
```toml
40
[dependencies]
41
-unicode-segmentation = "1.7.1"
+unicode-segmentation = "1.8.0"
42
```
43
44
# Change Log
0 commit comments