mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
Use ahash in the compiler
This commit is contained in:
parent
13f3ec5b2b
commit
dab7e20a33
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ num-complex = { version = "0.3", features = ["serde"] }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
arrayvec = "0.5"
|
arrayvec = "0.5"
|
||||||
|
ahash = "0.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rustpython-parser = { path = "../parser" }
|
rustpython-parser = { path = "../parser" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue