Update malachite-bigint

This commit is contained in:
Jeong YunWon 2025-02-10 13:55:36 +09:00
parent 4588ea5c3e
commit 96d94fca26

View file

@ -32,7 +32,7 @@ log = "0.4.16"
num-complex = "0.4.0" num-complex = "0.4.0"
num-bigint = "0.4.3" num-bigint = "0.4.3"
num-traits = "0.2" num-traits = "0.2"
malachite-bigint = "0.2.2" malachite-bigint = "0.2.3"
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 }