mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-01 21:33:59 -04:00
Merge pull request #89 from crlf0710/master
Update to Unicode 15 and bump version to 0.1.22
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user