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.
2 parents ec98c83 + 7ae3eb0 commit 5a69b3bCopy full SHA for 5a69b3b
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.24"
+version = "0.1.25"
5
authors = [
6
"kwantam <kwantam@gmail.com>",
7
"Manish Goregaokar <manishsmail@gmail.com>",
README.md
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
32
```toml
33
[dependencies]
34
-unicode-normalization = "0.1.24"
+unicode-normalization = "0.1.25"
35
```
36
37
## `no_std` + `alloc` support
0 commit comments