Bump version to 0.1.20

This commit is contained in:
Mike Hommey
2022-06-24 07:51:35 +09:00
parent b2fdf0bade
commit df233b44f7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "unicode-normalization"
version = "0.1.19"
version = "0.1.20"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
homepage = "https://github.com/unicode-rs/unicode-normalization"
+1 -1
View File
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
```toml
[dependencies]
unicode-normalization = "0.1.19"
unicode-normalization = "0.1.20"
```
## `no_std` + `alloc` support
+1 -1
View File
@@ -34,7 +34,7 @@
//!
//! ```toml
//! [dependencies]
//! unicode-normalization = "0.1.19"
//! unicode-normalization = "0.1.20"
//! ```
#![deny(missing_docs, unsafe_code)]