We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d8d72 commit 5c3d0ebCopy full SHA for 5c3d0eb
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.12"
+version = "0.1.13"
5
authors = ["kwantam <[email protected]>"]
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.8"
+unicode-normalization = "0.1.13"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments