chore(math): replace malachite lib with dashu (#542)

This commit is contained in:
Andrew Westberg 2024-12-14 19:45:32 +00:00 committed by GitHub
parent 8b511b7d81
commit 8318e8539d
4 changed files with 102 additions and 102 deletions

View file

@ -12,8 +12,8 @@ authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
exclude = ["tests/data/*"]
[dependencies]
malachite = "0.4.16"
malachite-base = "0.4.16"
dashu-int = "0.4.1"
dashu-base = "0.4.1"
regex = "1.10.5"
thiserror = "1.0.61"