From 452cd308d536facbd3027bdf4b524eb5938a7e69 Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Thu, 10 Dec 2020 11:22:21 -0600 Subject: [PATCH] Optimize the size of Instruction --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dc44869..ba37125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ itertools = "0.9" rustpython-bytecode = { path = "../bytecode", version = "0.1.1" } rustpython-ast = { path = "../ast" } num-complex = { version = "0.3", features = ["serde"] } +num-traits = "0.2" log = "0.4" arrayvec = "0.5"