From d48caa909a3aa63b5170cc64d9cb391ffc33e1f7 Mon Sep 17 00:00:00 2001 From: Noa Date: Mon, 24 Feb 2025 20:58:40 -0600 Subject: [PATCH] Update malachite to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9811e9..0613453 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.3" +malachite-bigint = "0.5" memchr = "2.5.0" rand = "0.8.5" serde = { version = "1.0.133", default-features = false }