Skip to content

Commit 28eff35

Browse files
committed
Bump malachite to 0.4.1
1 parent 13cae0a commit 28eff35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ num-complex = "0.4.0"
3434
num-bigint = "0.4.3"
3535
num-traits = "0.2"
3636
pyo3 = { version = "0.19.2" }
37-
malachite-bigint = { version = "0.1.0" }
37+
# malachite-bigint = { version = "0.1.0" }
38+
malachite-bigint = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" }
3839
memchr = "2.5.0"
3940
rand = "0.8.5"
4041
serde = { version = "1.0.133", default-features = false }

0 commit comments

Comments
 (0)