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 c243fee commit c566aafCopy full SHA for c566aaf
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.14"
5
-authors = ["kwantam <kwantam@gmail.com>"]
+version = "0.1.15"
+authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-normalization"
8
repository = "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.13"
+unicode-normalization = "0.1.15"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments