Skip to content

Commit 90bd26b

Browse files
authored
Merge pull request #17 from Marcondiro/master
Update Unicode to version 16.0.0, bump to 0.5.7
2 parents 7d07a46 + 2c82507 commit 90bd26b

File tree

4 files changed

+1441
-1197
lines changed

4 files changed

+1441
-1197
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-script"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
55
edition = "2018"
66

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
'''
4848

49-
UNICODE_VERSION = (15, 1, 0)
49+
UNICODE_VERSION = (16, 0, 0)
5050

5151
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
5252

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ mod tests {
504504
fn bench_script_intersection(b: &mut Bencher) {
505505
b.iter(|| {
506506
let script = test::black_box(Script::Devanagari);
507-
let ext = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
507+
let ext = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ONAO_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
508508
test::black_box(ext.intersection(script.into()));
509509
})
510510
}
@@ -534,8 +534,8 @@ mod tests {
534534
#[bench]
535535
fn bench_ext_intersection(b: &mut Bencher) {
536536
b.iter(|| {
537-
let e1 = test::black_box(script_extensions::ARAB_NKOO_ROHG_SYRC_THAA_YEZI);
538-
let e2 = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
537+
let e1 = test::black_box(script_extensions::ARAB_GARA_NKOO_ROHG_SYRC_THAA_YEZI);
538+
let e2 = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ONAO_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
539539
test::black_box(e2.intersection(e1));
540540
})
541541
}
@@ -544,7 +544,7 @@ mod tests {
544544
#[bench]
545545
fn bench_to_vec(b: &mut Bencher) {
546546
b.iter(|| {
547-
let ext = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
547+
let ext = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ONAO_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
548548
test::black_box(ext.iter().collect::<Vec<_>>());
549549
})
550550
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy