From dab7e20a330dad2c1c7369bf99503dc2d272edd3 Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:26:41 -0600 Subject: [PATCH] Use ahash in the compiler --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ba37125e80..7ceaed9777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ num-complex = { version = "0.3", features = ["serde"] } num-traits = "0.2" log = "0.4" arrayvec = "0.5" +ahash = "0.6" [dev-dependencies] rustpython-parser = { path = "../parser" }