Skip to content

Commit d36bbc0

Browse files
authored
Merge pull request #10 from Marcondiro/master
Update Unicode to version 16.0.0, bump to 0.1.3
2 parents fb1290e + 41ada9d commit d36bbc0

File tree

3 files changed

+124
-69
lines changed

3 files changed

+124
-69
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-properties"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Charles Lew <[email protected]>", "Manish Goregaokar <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/unicode-rs/unicode-properties"

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
3434
'''
3535

36-
UNICODE_VERSION = (15, 1, 0)
36+
UNICODE_VERSION = (16, 0, 0)
3737

3838
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
3939

0 commit comments

Comments
 (0)