mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-10 06:35:17 +00:00
Use git version of unicode_names2 to avoid alias search failure
This commit is contained in:
parent
c37e0c7f03
commit
d7e2e7361e
1 changed files with 1 additions and 1 deletions
|
@ -27,10 +27,10 @@ log = { workspace = true }
|
||||||
num-bigint = { workspace = true }
|
num-bigint = { workspace = true }
|
||||||
num-traits = { workspace = true }
|
num-traits = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
unicode_names2 = { workspace = true }
|
||||||
|
|
||||||
unic-emoji-char = "0.9.0"
|
unic-emoji-char = "0.9.0"
|
||||||
unic-ucd-ident = "0.9.0"
|
unic-ucd-ident = "0.9.0"
|
||||||
unicode_names2 = "0.5.0"
|
|
||||||
lalrpop-util = "0.19.8"
|
lalrpop-util = "0.19.8"
|
||||||
phf = "0.11.1"
|
phf = "0.11.1"
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue