From 20431706a863f92cb37dc512fef6e48d192aaf2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:11:38 +0200 Subject: Merging upstream version 1.66.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/unicode-segmentation/scripts/unicode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/unicode-segmentation/scripts/unicode.py') diff --git a/vendor/unicode-segmentation/scripts/unicode.py b/vendor/unicode-segmentation/scripts/unicode.py index 4976d62e3..7aed85e7c 100755 --- a/vendor/unicode-segmentation/scripts/unicode.py +++ b/vendor/unicode-segmentation/scripts/unicode.py @@ -54,7 +54,7 @@ expanded_categories = { # these are the surrogate codepoints, which are not valid rust characters surrogate_codepoints = (0xd800, 0xdfff) -UNICODE_VERSION = (14, 0, 0) +UNICODE_VERSION = (15, 0, 0) UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION -- cgit v1.2.3