From e2a3eff5cfb9308ec46e2ada0963ea3da02f846f Mon Sep 17 00:00:00 2001 From: Jokler Date: Tue, 10 Oct 2017 01:43:23 +0200 Subject: Use own unicode_names library The official library has not been updated since unicode 7.0 and the version we used was still on unicode 8.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 552d95c..396e737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ lazy_static = "0.2.9" serde = "1.0.15" serde_json = "1.0.3" -unicode_names = { git = 'https://github.com/antifuchs/unicode_names', branch = 'fix-for-rust-1-10' } +unicode_names = { git = 'https://github.com/Jokler/unicode_names', branch = 'update-to-latest-unicode' } clippy = {version = "*", optional = true} -- cgit v1.2.3-70-g09d2