8000 Merge pull request #103 from unicode-rs/one-pt-nine · denizdogan/unicode-segmentation@9d79ee2 · GitHub
[go: up one dir, main page]

Skip to content

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-segmentation"
4-
version = "1.8.0"
4+
version = "1.9.0"
55
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
66

77
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to your `Cargo.toml`:
3838

3939
```toml
4040
[dependencies]
41-
unicode-segmentation = "1.8.0"
41+
unicode-segmentation = "1.9.0"
4242
```
4343

4444
# Change Log

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ```toml
4848
//! [dependencies]
49-
//! unicode-segmentation = "1.7.1"
49+
//! unicode-segmentation = "1.9.0"
5050
//! ```
5151
5252
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)
0