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 8d96c34 commit aacee6eCopy full SHA for aacee6e
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 <kwantam@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.8"
+unicode-normalization = "0.1.13"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments