Publish 0.1.19

This commit is contained in:
Dan Gohman
2021-06-01 15:31:11 -07:00
parent f7666c1ac3
commit a8892812df
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "unicode-normalization"
version = "0.1.18"
version = "0.1.19"
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.18"
unicode-normalization = "0.1.19"
```
## `no_std` + `alloc` support
+1 -1
View File
@@ -34,7 +34,7 @@
//!
//! ```toml
//! [dependencies]
//! unicode-normalization = "0.1.18"
//! unicode-normalization = "0.1.19"
//! ```
#![deny(missing_docs, unsafe_code)]