mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-12 23:55:21 +00:00
Update itertools
This commit is contained in:
parent
3737af157f
commit
5fe1bd3900
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue