mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-09 22:25:23 +00:00
Bump malachite to 0.4.1
This commit is contained in:
parent
13cae0af64
commit
28eff35cee
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ num-complex = "0.4.0"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
pyo3 = { version = "0.19.2" }
|
pyo3 = { version = "0.19.2" }
|
||||||
malachite-bigint = { version = "0.1.0" }
|
# malachite-bigint = { version = "0.1.0" }
|
||||||
|
malachite-bigint = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" }
|
||||||
memchr = "2.5.0"
|
memchr = "2.5.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
serde = { version = "1.0.133", default-features = false }
|
serde = { version = "1.0.133", default-features = false }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue