File tree Expand file tree Collapse file tree 4 files changed +8506
-8205
lines changed Expand file tree Collapse file tree 4 files changed +8506
-8205
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " unicode-normalization"
4- version = " 0.1.21 "
4+ version = " 0.1.22 "
55authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
66
77homepage = " 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`:
3131
3232``` toml
3333[dependencies ]
34- unicode-normalization = " 0.1.20 "
34+ unicode-normalization = " 0.1.22 "
3535```
3636
3737## ` no_std ` + ` alloc ` support
Original file line number Diff line number Diff line change 2121import collections
2222import urllib .request
2323
24- UNICODE_VERSION = "14 .0.0"
24+ UNICODE_VERSION = "15 .0.0"
2525UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2626
2727PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
You can’t perform that action at this time.
0 commit comments