Skip to content

Commit

Permalink
Merge pull request #103 from unicode-rs/one-pt-nine
Browse files Browse the repository at this point in the history
Prepare 1.9.0
  • Loading branch information
Manishearth committed Feb 7, 2022
2 parents bf8599b + 0ded756 commit 9d79ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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

edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
unicode-segmentation = "1.8.0"
unicode-segmentation = "1.9.0"
```

# Change Log
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//!
//! ```toml
//! [dependencies]
//! unicode-segmentation = "1.7.1"
//! unicode-segmentation = "1.9.0"
//! ```

#![deny(missing_docs, unsafe_code)]
Expand Down

0 comments on commit 9d79ee2

Please sign in to comment.