Fix malachite-bigint rev for test

This commit is contained in:
Jeong YunWon 2023-05-20 16:15:43 +09:00
parent bfc997cf1f
commit 2e3d16614d

View file

@ -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 = { version = "0.1.5", git = "https://github.com/qingshi163/malachite-bigint.git" }
malachite-bigint = { rev = "8258f4869636674917c34042bf0a8aa1c90e83ad", git = "https://github.com/RustPython/malachite-bigint.git" }
rand = "0.8.5"
serde = "1.0"
static_assertions = "1.1"