From 96ef467bbfee652d4bde67cf980be7622142ca3c Mon Sep 17 00:00:00 2001 From: Anthony MOI Date: Sat, 28 Dec 2019 15:22:52 -0500 Subject: [PATCH] Use forked unicode-normalization --- tokenizers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 9a2b2d0a..bbf57233 100644 --- a/tokenizers/Cargo.toml +++ b/tokenizers/Cargo.toml @@ -19,7 +19,7 @@ regex-syntax = "0.6.12" rayon = "1.2.0" serde_json = "1.0" clap = "2.33.0" -unicode-normalization = "0.1.11" +unicode-normalization = { git = "https://github.com/n1t0/unicode-normalization" } unicode_categories = "0.1.1" [dev-dependencies]