@@ -127,11 +127,11 @@ rustpython-doc = { git = "https://github.com/RustPython/__doc__", tag = "0.3.0",
127
127
# rustpython-parser = { version = "0.4.0" }
128
128
# rustpython-ast = { version = "0.4.0" }
129
129
# rustpython-format= { version = "0.4.0" }
130
- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " f07b97cef396d573364639904d767c9ff3e3e701 " }
131
- rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " f07b97cef396d573364639904d767c9ff3e3e701 " }
132
- rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " f07b97cef396d573364639904d767c9ff3e3e701 " }
133
- rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " f07b97cef396d573364639904d767c9ff3e3e701 " }
134
- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " f07b97cef396d573364639904d767c9ff3e3e701 " }
130
+ rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " 4588ea5c3e6327009640e7c9c89eb6fa9220358e " }
131
+ rustpython-parser-core = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " 4588ea5c3e6327009640e7c9c89eb6fa9220358e " }
132
+ rustpython-parser = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " 4588ea5c3e6327009640e7c9c89eb6fa9220358e " }
133
+ rustpython-ast = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " 4588ea5c3e6327009640e7c9c89eb6fa9220358e " }
134
+ rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " 4588ea5c3e6327009640e7c9c89eb6fa9220358e " }
135
135
# rustpython-literal = { path = "../RustPython-parser/literal" }
136
136
# rustpython-parser-core = { path = "../RustPython-parser/core" }
137
137
# rustpython-parser = { path = "../RustPython-parser/parser" }
@@ -157,9 +157,9 @@ junction = "1.0.0"
157
157
libc = " 0.2.153"
158
158
log = " 0.4.16"
159
159
nix = { version = " 0.29" , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
160
- malachite-bigint = " 0.2.0 "
161
- malachite-q = " 0.4.4 "
162
- malachite-base = " 0.4.4 "
160
+ malachite-bigint = " 0.2.2 "
161
+ malachite-q = " <= 0.4.18 "
162
+ malachite-base = " <= 0.4.18 "
163
163
memchr = " 2.7.2"
164
164
num-complex = " 0.4.0"
165
165
num-integer = " 0.1.44"
0 commit comments