Merge pull request #103 from qingshi163/malachite041

Bump malachite to 0.4.4
This commit is contained in:
Steve Shi 2023-11-07 19:34:31 +02:00 committed by GitHub
commit 52edf4525e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ num-complex = "0.4.0"
num-bigint = "0.4.3"
num-traits = "0.2"
pyo3 = { version = "0.19.2" }
malachite-bigint = { version = "0.1.0" }
malachite-bigint = "0.1.1"
memchr = "2.5.0"
rand = "0.8.5"
serde = { version = "1.0.133", default-features = false }