fix(math): update once_cell::Lazy -> std::sync::LazyLock

This commit is contained in:
Andrew Westberg 2024-10-31 00:50:12 +00:00
parent d9b632abef
commit 84a63a379a
3 changed files with 14 additions and 13 deletions

View file

@ -12,7 +12,6 @@ authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
exclude = ["tests/data/*"]
[dependencies]
once_cell = "1.19.0"
malachite = "0.4.16"
malachite-base = "0.4.16"
regex = "1.10.5"