8000 Merge pull request #13 from crlf0710/master · unicode-rs/unicode-script@4c4b6e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c4b6e3

Browse files
authored
Merge pull request #13 from crlf0710/master
Update to Unicode 15 and bump to 0.5.5
2 parents 683ae04 + b1c68c2 commit 4c4b6e3

File tree

3 files changed

+1209
-1070
lines changed

3 files changed

+1209
-1070
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-script"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
55
edition = "2018"
66

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
'''
4848

49-
UNICODE_VERSION = (13, 0, 0)
49+
UNICODE_VERSION = (15, 0, 0)
5050

5151
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
5252

0 commit comments

Comments
 (0)
0