ci: skip gmp dep until we can build on windows (#476)

This commit is contained in:
Santiago Carmuega 2024-07-01 12:22:42 -03:00 committed by GitHub
parent de48c9df46
commit 9552d669b5

View file

@ -10,8 +10,9 @@ license = "Apache-2.0"
readme = "README.md"
authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
[dependencies]
rug = "1.24.1"
# rug = "1.24.1"
[dev-dependencies]
quickcheck = "1.0"