@@ -29,11 +29,11 @@ rustpython-pylib = { path = "pylib", version = "0.3.0" }
2929rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.3.0" }
3030rustpython-doc = { git = " https://github.com/RustPython/__doc__" , tag = " 0.3.0" , version = " 0.3.0" }
3131
32- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
33- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
34- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
35- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
36- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 52edf4525ec300f2b69670f3991784bbcf140564 " }
32+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
33+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
34+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
35+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
36+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , rev = " 29c4728dbedc7e69cc2560b9b34058bbba9b1303 " }
3737# rustpython-literal = { path = "../RustPython-parser/literal" }
3838# rustpython-parser-core = { path = "../RustPython-parser/core" }
3939# rustpython-parser = { path = "../RustPython-parser/parser" }
@@ -59,7 +59,7 @@ is-macro = "0.3.0"
5959libc = " 0.2.133"
6060log = " 0.4.16"
6161nix = " 0.26"
62- malachite-bigint = " 0.1.1 "
62+ malachite-bigint = " 0.2.0 "
6363malachite-q = " 0.4.4"
6464malachite-base = " 0.4.4"
6565num-complex = " 0.4.0"
0 commit comments