From 4795ba3105da5c656bfd4c9ffb61ecc4914f28bb Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Mon, 3 Feb 2025 09:43:48 +0900 Subject: [PATCH] malachite-bigint 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2d0891..9b8edcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ log = "0.4.16" num-complex = "0.4.0" num-bigint = "0.4.3" num-traits = "0.2" -malachite-bigint = "0.2.0" +malachite-bigint = "0.2.1" memchr = "2.5.0" rand = "0.8.5" serde = { version = "1.0.133", default-features = false }