mirror of https://github.com/astral-sh/ruff
Optimize the size of Instruction
This commit is contained in:
parent
3c469eaa26
commit
452cd308d5
|
|
@ -13,6 +13,7 @@ itertools = "0.9"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-ast = { path = "../ast" }
|
rustpython-ast = { path = "../ast" }
|
||||||
num-complex = { version = "0.3", features = ["serde"] }
|
num-complex = { version = "0.3", features = ["serde"] }
|
||||||
|
num-traits = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
arrayvec = "0.5"
|
arrayvec = "0.5"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue