From c0923cbc1cde80f0a0ba478379b23f61c073278e Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Thu, 28 Dec 2023 01:06:17 +0900 Subject: [PATCH] malachite-bigint 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a620ef..9025962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "0.1.1" +malachite-bigint = "0.2.0" memchr = "2.5.0" rand = "0.8.5" serde = { version = "1.0.133", default-features = false }