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 637c987 + c91aaba commit f835b6aCopy full SHA for f835b6a
README.md
@@ -38,7 +38,7 @@ to your `Cargo.toml`:
38
39
```toml
40
[dependencies]
41
-unicode-segmentation = "1.3.0"
+unicode-segmentation = "1.6.0"
42
```
43
44
# Change Log
src/lib.rs
@@ -46,7 +46,7 @@
46
//!
47
//! ```toml
48
//! [dependencies]
49
-//! unicode-segmentation = "1.3.0"
+//! unicode-segmentation = "1.6.0"
50
//! ```
51
52
#![deny(missing_docs, unsafe_code)]
0 commit comments