From 586444a5304a79a39c5f7d2a1675b47d6803a803 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 1 Jul 2024 12:22:42 -0300 Subject: [PATCH] ci: skip gmp dep until we can build on windows (#476) --- pallas-math/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pallas-math/Cargo.toml b/pallas-math/Cargo.toml index 4a21e9f..c9c9d9a 100644 --- a/pallas-math/Cargo.toml +++ b/pallas-math/Cargo.toml @@ -10,8 +10,9 @@ license = "Apache-2.0" readme = "README.md" authors = ["Andrew Westberg "] + [dependencies] -rug = "1.24.1" +# rug = "1.24.1" [dev-dependencies] quickcheck = "1.0"