8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fade741 commit 2aa5c6eCopy full SHA for 2aa5c6e
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.15"
+version = "0.1.16"
5
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-normalization"
README.md
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
32
```toml
33
[dependencies]
34
-unicode-normalization = "0.1.15"
+unicode-normalization = "0.1.16"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments