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 3f0137ae02
commit 586444a530
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"