Skip to content

Commit fdfe8e0

Browse files
committed
Update Unicode to version 16.0.0, bump to 0.1.24
1 parent 79687ca commit fdfe8e0

File tree

3 files changed

+6281
-6049
lines changed

3 files changed

+6281
-6049
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-normalization"
4-
version = "0.1.23"
4+
version = "0.1.24"
55
authors = [
66
"kwantam <[email protected]>",
77
"Manish Goregaokar <[email protected]>",

scripts/unicode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import urllib.request
2323
from itertools import batched
2424

25-
UNICODE_VERSION = "15.1.0"
25+
UNICODE_VERSION = "16.0.0"
2626
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2727

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

0 commit comments

Comments
 (0)