10000
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 2810fe2 commit dba6081Copy full SHA for dba6081
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.22"
+version = "0.1.23"
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.22"
+unicode-normalization = "0.1.23"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments