From 0ded756c11e6d4d012c951eebef2c609cc184bcf Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 6 Feb 2022 18:25:42 -0800 Subject: [PATCH] Prepare 1.9.0 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1c16e6..9a646c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-segmentation" -version = "1.8.0" +version = "1.9.0" authors = ["kwantam ", "Manish Goregaokar "] edition = "2018" diff --git a/README.md b/README.md index a65c0e2..48d9a92 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ to your `Cargo.toml`: ```toml [dependencies] -unicode-segmentation = "1.8.0" +unicode-segmentation = "1.9.0" ``` # Change Log diff --git a/src/lib.rs b/src/lib.rs index ed74f8f..0ec6a43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,7 @@ //! //! ```toml //! [dependencies] -//! unicode-segmentation = "1.7.1" +//! unicode-segmentation = "1.9.0" //! ``` #![deny(missing_docs, unsafe_code)]