From d7e2e7361e18c44f5faad351ba1a72f13ad3f32a Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 26 Feb 2023 19:09:13 +0900 Subject: [PATCH] Use git version of unicode_names2 to avoid alias search failure --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 56f3d16..40bf75e 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -27,10 +27,10 @@ log = { workspace = true } num-bigint = { workspace = true } num-traits = { workspace = true } thiserror = { workspace = true } +unicode_names2 = { workspace = true } unic-emoji-char = "0.9.0" unic-ucd-ident = "0.9.0" -unicode_names2 = "0.5.0" lalrpop-util = "0.19.8" phf = "0.11.1" rustc-hash = "1.1.0"