@@ -29,11 +29,11 @@ rustpython-pylib = { path = "pylib" }
2929rustpython-stdlib = { path = " stdlib" }
3030rustpython-doc = { git = " https://github.com/RustPython/__doc__" , branch = " main" }
3131
32- rustpython-literal = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " 718354673eb2cc9645d63fc0c50b4ad08e5595c2 " }
33- rustpython-parser-core = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " 718354673eb2cc9645d63fc0c50b4ad08e5595c2 " }
34- rustpython-parser = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " 718354673eb2cc9645d63fc0c50b4ad08e5595c2 " }
35- rustpython-ast = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " 718354673eb2cc9645d63fc0c50b4ad08e5595c2 " }
36- rustpython-format = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " 718354673eb2cc9645d63fc0c50b4ad08e5595c2 " }
32+ rustpython-literal = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " dd4cc25227452178cce357b49677842efe533711 " }
33+ rustpython-parser-core = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " dd4cc25227452178cce357b49677842efe533711 " }
34+ rustpython-parser = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " dd4cc25227452178cce357b49677842efe533711 " }
35+ rustpython-ast = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " dd4cc25227452178cce357b49677842efe533711 " }
36+ rustpython-format = { git = " https://github.com/youknowone/RustPython-Parser.git" , rev = " dd4cc25227452178cce357b49677842efe533711 " }
3737# rustpython-literal = { path = "../RustPython-parser/literal" }
3838# rustpython-parser-core = { path = "../RustPython-parser/core" }
3939# rustpython-parser = { path = "../RustPython-parser/parser" }
0 commit comments