8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79687ca commit fdfe8e0Copy full SHA for fdfe8e0
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-normalization"
4
-version = "0.1.23"
+version = "0.1.24"
5
authors = [
6
"kwantam <kwantam@gmail.com>",
7
"Manish Goregaokar <manishsmail@gmail.com>",
scripts/unicode.py
@@ -22,7 +22,7 @@
22
import urllib.request
23
from itertools import batched
24
25
-UNICODE_VERSION = "15.1.0"
+UNICODE_VERSION = "16.0.0"
26
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
27
28
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
0 commit comments