Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14a3fa1

Browse files
authored
Merge pull request #28 from Marcondiro/master
Bump Unicode to version 15.1.0, regenerate tables
2 parents 45178d1 + 24426a0 commit 14a3fa1

File tree

3 files changed

+669
-667
lines changed

3 files changed

+669
-667
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.0"
3+
version = "0.1.1"
44
authors = ["Charles Lew <[email protected]>", "Manish Goregaokar <[email protected]>"]
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, 0, 0)
42+
UNICODE_VERSION = (15, 1, 0)
4343

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

0 commit comments

Comments
 (0)