8000 Pin malachite versions to avoid API incompatibility · RustPython/RustPython@29d014a · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d014a

Browse files
committed
Pin malachite versions to avoid API incompatibility
1 parent 396a0ca commit 29d014a

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

Cargo.lock

Lines changed: 36 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ rustpython-doc = { git = "https://github.com/RustPython/__doc__", tag = "0.3.0",
127127
# rustpython-parser = { version = "0.4.0" }
128128
# rustpython-ast = { version = "0.4.0" }
129129
# 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" }
135135
# rustpython-literal = { path = "../RustPython-parser/literal" }
136136
# rustpython-parser-core = { path = "../RustPython-parser/core" }
137137
# rustpython-parser = { path = "../RustPython-parser/parser" }
@@ -157,9 +157,9 @@ junction = "1.0.0"
157157
libc = "0.2.153"
158158
log = "0.4.16"
159159
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"
163163
memchr = "2.7.2"
164164
num-complex = "0.4.0"
165165
num-integer = "0.1.44"

0 commit comments

Comments
 (0)
0