We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cae0a commit 28eff35Copy full SHA for 28eff35
Cargo.toml
@@ -34,7 +34,8 @@ num-complex = "0.4.0"
34
num-bigint = "0.4.3"
35
num-traits = "0.2"
36
pyo3 = { version = "0.19.2" }
37
-malachite-bigint = { version = "0.1.0" }
+# malachite-bigint = { version = "0.1.0" }
38
+malachite-bigint = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" }
39
memchr = "2.5.0"
40
rand = "0.8.5"
41
serde = { version = "1.0.133", default-features = false }
0 commit comments