Use crates.io unicode_names2 0.6.0 (#6478)

Update `unicode_names2` to the crates.io release 0.6.0, removing a git
dependency.
This commit is contained in:
konsti 2023-10-03 00:17:38 +02:00 committed by GitHub
parent f872c3bf0f
commit 3ccd1d580d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 89 additions and 9 deletions

View file

@ -23,7 +23,7 @@ is-macro = { workspace = true }
itertools = { workspace = true }
lalrpop-util = { version = "0.20.0", default-features = false }
unicode-ident = { workspace = true }
unicode_names2 = { version = "0.6.0", git = "https://github.com/youknowone/unicode_names2.git", rev = "4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" }
unicode_names2 = { workspace = true }
rustc-hash = { workspace = true }
static_assertions = "1.1.0"