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 8547d19 commit 01d967bCopy full SHA for 01d967b
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-segmentation"
4
-version = "1.0.1"
+version = "1.0.2"
5
authors = ["kwantam <kwantam@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-segmentation"
README.md
@@ -40,5 +40,5 @@ to your `Cargo.toml`:
40
41
```toml
42
[dependencies]
43
-unicode-segmentation = "1.0.1"
+unicode-segmentation = "1.0.2"
44
```
src/lib.rs
@@ -46,7 +46,7 @@
46
//!
47
//! ```toml
48
//! [dependencies]
49
-//! unicode-segmentation = "1.0.1"
+//! unicode-segmentation = "1.0.2"
50
//! ```
51
52
#![deny(missing_docs, unsafe_code)]
0 commit comments