8000 Bump Unicode to version 16.0.0, regenerate tables · unicode-rs/unicode-security@45ba720 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45ba720

Browse files
committed
Bump Unicode to version 16.0.0, regenerate tables
1 parent 2366414 commit 45ba720

File tree

3 files changed

+1442
-1389
lines changed

3 files changed

+1442
-1389
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-security"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Charles Lew <crlf0710@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
55
edition = "2018"
66
homepage = "https://github.com/unicode-rs/unicode-security"

scripts/unicode.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
4040
'''
4141

42-
UNICODE_VERSION = (15, 1, 0)
42+
UNICODE_VERSION = (16, 0, 0)
4343

4444
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
4545

0 commit comments

Comments
 (0)
0