Skip to content

Commit 3de1c2a

Browse files
Update malachite-q and base to 0.4.22 (RustPython#5499)
* update malachite-q and base to 0.4.22 * Update malachite-bigint from parser --------- Co-authored-by: Jeong YunWon <[email protected]>
1 parent 8f5cc61 commit 3de1c2a

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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 = "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" }
130+
rustpython-literal = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
131+
rustpython-parser-core = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
132+
rustpython-parser = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
133+
rustpython-ast = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
134+
rustpython-format = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
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.2"
161-
malachite-q = "<=0.4.18"
162-
malachite-base = "<=0.4.18"
160+
malachite-bigint = "0.2.3"
161+
malachite-q = "0.4.22"
162+
malachite-base = "0.4.22"
163163
memchr = "2.7.2"
164164
num-complex = "0.4.0"
165165
num-integer = "0.1.44"

0 commit comments

Comments
 (0)