Merge remote-tracking branch 'origin/master' into feature-symtable

This commit is contained in:
lynskylate 2020-07-31 02:12:41 +08:00
commit 6a66f88304

View file

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
indexmap = "1.0"
itertools = "0.8.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"] }