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.
2 parents bf8599b + 0ded756 commit 9d79ee2Copy full SHA for 9d79ee2
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-segmentation"
4
-version = "1.8.0"
+version = "1.9.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.8.0"
+unicode-segmentation = "1.9.0"
42
```
43
44
# Change Log
src/lib.rs
@@ -46,7 +46,7 @@
46
//!
47
//! ```toml
48
//! [dependencies]
49
-//! unicode-segmentation = "1.7.1"
+//! unicode-segmentation = "1.9.0"
50
//! ```
51
52
#![deny(missing_docs, unsafe_code)]
0 commit comments