File tree Expand file tree Collapse file tree 2 files changed +25
-32
lines changed
Expand file tree Collapse file tree 2 files changed +25
-32
lines changed Original file line number Diff line number Diff line change @@ -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/RustPython/Parser.git" , rev = " 704eb40108239a8faf9bd1d4217e8dad0ac7edb3 " }
33- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 704eb40108239a8faf9bd1d4217e8dad0ac7edb3 " }
34- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 704eb40108239a8faf9bd1d4217e8dad0ac7edb3 " }
35- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 704eb40108239a8faf9bd1d4217e8dad0ac7edb3 " }
36- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 704eb40108239a8faf9bd1d4217e8dad0ac7edb3 " }
32+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , tag = " 0.3.0 " }
33+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , tag = " 0.3.0 " }
34+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , tag = " 0.3.0 " }
35+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , tag = " 0.3.0 " }
36+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , tag = " 0.3.0 " }
3737# rustpython-literal = { path = "../RustPython-parser/literal" }
3838# rustpython-parser-core = { path = "../RustPython-parser/core" }
3939# rustpython-parser = { path = "../RustPython-parser/parser" }
You can’t perform that action at this time.
0 commit comments