mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 18:58:31 +00:00
clean up PyComplex
This commit is contained in:
parent
32232811fb
commit
7714871b37
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ indexmap = "1.0"
|
|||
itertools = "0.9"
|
||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
||||
num-complex = { version = "0.2", features = ["serde"] }
|
||||
num-complex = { version = "0.3", features = ["serde"] }
|
||||
log = "0.4"
|
||||
arrayvec = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue