@@ -29,14 +29,16 @@ rustpython-pylib = { path = "pylib" }
29
29
rustpython-stdlib = { path = " stdlib" }
30
30
rustpython-doc = { git = " https://github.com/RustPython/__doc__" , branch = " main" }
31
31
32
- rustpython-literal = { git = " https://github.com/youknowone/RustPython-parser.git" , rev = " 5b2af304a2baa53598e594097824165d4ac7a119" }
33
- rustpython-parser-core = { git = " https://github.com/youknowone/RustPython-parser.git" , rev = " 5b2af304a2baa53598e594097824165d4ac7a119" }
34
- rustpython-parser = { git = " https://github.com/youknowone/RustPython-parser.git" , rev = " 5b2af304a2baa53598e594097824165d4ac7a119" }
35
- rustpython-ast = { git = " https://github.com/youknowone/RustPython-parser.git" , rev = " 5b2af304a2baa53598e594097824165d4ac7a119" }
36
- # rustpython-literal = { path = "../RustPython-parser/literal" }
37
- # rustpython-parser-core = { path = "../RustPython-parser/core" }
38
- # rustpython-parser = { path = "../RustPython-parser/parser" }
39
- # rustpython-ast = { path = "../RustPython-parser/ast" }
32
+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" }
33
+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" }
34
+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" }
35
+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" }
36
+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" }
37
+ # rustpython-literal = { path = "../RustPython-parser/literal" }
38
+ # rustpython-parser-core = { path = "../RustPython-parser/core" }
39
+ # rustpython-parser = { path = "../RustPython-parser/parser" }
40
+ # rustpython-ast = { path = "../RustPython-parser/ast" }
41
+ # rustpython-format = { path = "../RustPython-parser/format" }
40
42
41
43
ahash = " 0.7.6"
42
44
anyhow = " 1.0.45"
0 commit comments