@@ -29,16 +29,16 @@ 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/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" }
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 " }
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" }
4242
4343ahash = " 0.7.6"
4444anyhow = " 1.0.45"
0 commit comments