Skip to content

Commit

Permalink
Merge pull request #28 from Marcondiro/master
Browse files Browse the repository at this point in the history
Bump Unicode to version 15.1.0, regenerate tables
  • Loading branch information
Manishearth committed Feb 9, 2024
2 parents 45178d1 + 24426a0 commit 14a3fa1
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 667 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.0"
version = "0.1.1"
authors = ["Charles Lew <crlf0710@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
edition = "2018"
homepage = "https://github.com/unicode-rs/unicode-security"
Expand Down
2 changes: 1 addition & 1 deletion scripts/unicode.py
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, 0, 0)
UNICODE_VERSION = (15, 1, 0)

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

Expand Down
Loading

0 comments on commit 14a3fa1

Please sign in to comment.