Skip to content

Commit

Permalink
Bump Unicode to version 16.0.0, regenerate tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Sep 12, 2024
1 parent 2366414 commit 45ba720
Show file tree
Hide file tree
Showing 3 changed files with 1,442 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-security"
version = "0.1.1"
version = "0.1.2"
authors = ["Charles Lew <[email protected]>", "Manish Goregaokar <[email protected]>"]
edition = "2018"
homepage = "https://github.com/unicode-rs/unicode-security"
Expand Down
2 changes: 1 addition & 1 deletion scripts/unicode.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
'''

UNICODE_VERSION = (15, 1, 0)
UNICODE_VERSION = (16, 0, 0)

UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION

Expand Down
Loading

0 comments on commit 45ba720

Please sign in to comment.