aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-10 01:43:23 +0200
committerJokler <jokler.contact@gmail.com>2017-10-11 15:41:32 +0200
commite2a3eff5cfb9308ec46e2ada0963ea3da02f846f (patch)
tree53b0c5d8348a9ae562dce73edced2d42da9d0ab6 /Cargo.toml
parent44d50cecf46e379ef42381d435c1db13cdea1e82 (diff)
downloadfrippy-e2a3eff5cfb9308ec46e2ada0963ea3da02f846f.tar.gz
frippy-e2a3eff5cfb9308ec46e2ada0963ea3da02f846f.zip
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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}