@@ -30,11 +30,11 @@ rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.3.
30
30
rustpython-sre_engine = { path = " vm/sre_engine" , version = " 0.3.1" }
31
31
rustpython-doc = { git = " https://github.com/RustPython/__doc__" , tag = " 0.3.0" , version = " 0.3.0" }
32
32
33
- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
34
- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
35
- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
36
- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
37
- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " a95045bc627b2fbf84caf4f010e521846be7b37f " }
33
+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " 51b5f80ae3080dfec2db815a299a69873fb9ca65 " }
34
+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " 51b5f80ae3080dfec2db815a299a69873fb9ca65 " }
35
+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " 51b5f80ae3080dfec2db815a299a69873fb9ca65 " }
36
+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " 51b5f80ae3080dfec2db815a299a69873fb9ca65 " }
37
+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.3.1" , rev = " 51b5f80ae3080dfec2db815a299a69873fb9ca65 " }
38
38
# rustpython-literal = { path = "../RustPython-parser/literal" }
39
39
# rustpython-parser-core = { path = "../RustPython-parser/core" }
40
40
# rustpython-parser = { path = "../RustPython-parser/parser" }
0 commit comments