From a70d14c9ba0b6d8ec912b7e2768ffffeb1d8a855 Mon Sep 17 00:00:00 2001 From: Kangzhi Shi Date: Sat, 20 May 2023 16:28:00 +0200 Subject: [PATCH] Fix bump malachite-bigint to 0.1.8 fix bug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c044bc..5d6bad1 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.18.3" } -malachite-bigint = { rev = "8258f4869636674917c34042bf0a8aa1c90e83ad", git = "https://github.com/RustPython/malachite-bigint.git" } +malachite-bigint = { version = "0.1.8", git = "https://github.com/RustPython/malachite-bigint.git" } rand = "0.8.5" serde = "1.0" static_assertions = "1.1"