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 01afa5d commit 0dc53bbCopy full SHA for 0dc53bb
README.md
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
32
```toml
33
[dependencies]
34
-unicode-normalization = "0.1.20"
+unicode-normalization = "0.1.22"
35
```
36
37
## `no_std` + `alloc` support
scripts/unicode.py
@@ -21,7 +21,7 @@
21
import collections
22
import urllib.request
23
24
-UNICODE_VERSION = "14.0.0"
+UNICODE_VERSION = "15.0.0"
25
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
26
27
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
0 commit comments