From c0a927e1be9ef80367e007fd8e8c4fd7650237b1 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Tue, 3 Oct 2023 20:19:57 +0900 Subject: [PATCH] replace unicode_names2 to official release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e48b10e..4bd7730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" serde = "1.0" static_assertions = "1.1" once_cell = "1.17.1" -unicode_names2 = { version = "0.6.0", git = "https://github.com/youknowone/unicode_names2.git", rev = "4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" } +unicode_names2 = "1.1.0" [profile.dev.package."*"] opt-level = 3