From 28eff35cee0c89bc401ea00db80055ff70296456 Mon Sep 17 00:00:00 2001 From: Kangzhi Shi Date: Sat, 30 Sep 2023 04:35:04 +0200 Subject: [PATCH 1/2] Bump malachite to 0.4.1 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a50ce82..fd88be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,8 @@ 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 = { version = "0.1.0" } +malachite-bigint = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" } memchr = "2.5.0" rand = "0.8.5" serde = { version = "1.0.133", default-features = false } From 82e1d95cfb691c99aac0579c5bafef9ebb29b420 Mon Sep 17 00:00:00 2001 From: Kangzhi Shi Date: Sun, 5 Nov 2023 06:47:14 +0200 Subject: [PATCH 2/2] Bump malachite to 0.4.4 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd88be9..9a620ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +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 = { git = "https://github.com/RustPython/malachite-bigint.git", branch = "041" } +malachite-bigint = "0.1.1" memchr = "2.5.0" rand = "0.8.5" serde = { version = "1.0.133", default-features = false }