File tree 4 files changed +8506
-8205
lines changed 4 files changed +8506
-8205
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " unicode-normalization"
4
- version = " 0.1.21 "
4
+ version = " 0.1.22 "
5
5
authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
6
6
7
7
homepage = " https://github.com/unicode-rs/unicode-normalization"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
31
32
32
``` toml
33
33
[dependencies ]
34
- unicode-normalization = " 0.1.20 "
34
+ unicode-normalization = " 0.1.22 "
35
35
```
36
36
37
37
## ` no_std ` + ` alloc ` support
Original file line number Diff line number Diff line change 21
21
import collections
22
22
import urllib .request
23
23
24
- UNICODE_VERSION = "14 .0.0"
24
+ UNICODE_VERSION = "15 .0.0"
25
25
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
26
26
27
27
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
You can’t perform that action at this time.
0 commit comments