diff --git a/Cargo.toml b/Cargo.toml index d122142..4e94853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-segmentation" -version = "1.13.1" +version = "1.13.2" authors = ["kwantam ", "Manish Goregaokar "] edition = "2018" @@ -15,6 +15,7 @@ description = """ This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. """ +rust-version = "1.87" include = [ "COPYRIGHT", diff --git a/README.md b/README.md index 6f35b3d..f122a8f 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,15 @@ unicode-segmentation = "1" # Change Log -## 1.13.1 +## 1.13.2 +* Update MSRV to 1.87 * [#147](https://github.com/unicode-rs/unicode-segmentation/pull/147) Add ascii fast path for unicode_word_indices and unicode_words * [#157](https://github.com/unicode-rs/unicode-segmentation/pull/157) Support Unicode 17.0.0 -## 1.13.0 +## 1.13.0, 1.13.1 -Yanked due to accidental breakage. +Yanked due to accidental breakage and MSRV mistag. ## 1.12.0