ci: skip gmp dep until we can build on windows (#476)
This commit is contained in:
parent
de48c9df46
commit
9552d669b5
1 changed files with 2 additions and 1 deletions
|
|
@ -10,8 +10,9 @@ license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
|
authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rug = "1.24.1"
|
# rug = "1.24.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = "1.0"
|
quickcheck = "1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue