8000 Merge pull request #89 from crlf0710/master · unicode-rs/unicode-normalization@d4318ad · GitHub
[go: up one dir, main page]

Skip to content

Commit d4318ad

Browse files
authored
Merge pull request #89 from crlf0710/master
Update to Unicode 15 and bump version to 0.1.22
2 parents 01afa5d + b0610c9 commit d4318ad

File tree

4 files changed

+8506
-8205
lines changed

4 files changed

+8506
-8205
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-normalization"
4-
version = "0.1.21"
4+
version = "0.1.22"
55
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-normalization"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import collections
2222
import urllib.request
2323

24-
UNICODE_VERSION = "14.0.0"
24+
UNICODE_VERSION = "15.0.0"
2525
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2626

2727
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT

0 commit comments

Comments
 (0)
0