mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-06 11:48:47 +00:00
Run cargo upgrade
This commit is contained in:
parent
56b0a7a805
commit
c0c3eaad8f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.0"
|
indexmap = "1.7.0"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue