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 28eff35 commit 82e1d95Copy full SHA for 82e1d95
Cargo.toml
@@ -34,8 +34,7 @@ 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" }
38
-malachite-bigint = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" }
+malachite-bigint = "0.1.1"
39
memchr = "2.5.0"
40
rand = "0.8.5"
41
serde = { version = "1.0.133", default-features = false }
0 commit comments