8000 Merge pull request #29 from Marcondiro/master · unicode-rs/unicode-security@22d684a · GitHub
[go: up one dir, main page]

Skip to content

Commit 22d684a

Browse files
authored
Merge pull request #29 from Marcondiro/master
Bump Unicode to version 16.0.0, regenerate tables
2 parents f879f55 + 45ba720 commit 22d684a

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

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