Merge pull request #89 from crlf0710/master

Update to Unicode 15 and bump version to 0.1.22
This commit is contained in:
Manish Goregaokar
2022-09-16 08:36:47 -07:00
committed by GitHub
4 changed files with 11315 additions and 11014 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "unicode-normalization"
version = "0.1.21"
version = "0.1.22"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
homepage = "https://github.com/unicode-rs/unicode-normalization"
+1 -1
View File
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
```toml
[dependencies]
unicode-normalization = "0.1.20"
unicode-normalization = "0.1.22"
```
## `no_std` + `alloc` support
+1 -1
View File
@@ -21,7 +21,7 @@
import collections
import urllib.request
UNICODE_VERSION = "14.0.0"
UNICODE_VERSION = "15.0.0"
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
+11312 -11011
View File
File diff suppressed because it is too large Load Diff