Skip to content

Commit

Permalink
Update Unicode to version 16.0.0, bump to 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Sep 13, 2024
1 parent 79687ca commit fdfe8e0
Show file tree
Hide file tree
Showing 3 changed files with 6,281 additions and 6,049 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode-normalization"
version = "0.1.23"
version = "0.1.24"
authors = [
"kwantam <kwantam@gmail.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import urllib.request
from itertools import batched

UNICODE_VERSION = "15.1.0"
UNICODE_VERSION = "16.0.0"
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION

PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
Expand Down
Loading

0 comments on commit fdfe8e0

Please sign in to comment.