From c8e8d2619c82240b0ca46c21f8dccb06bae6ff7a Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 21 Aug 2024 08:57:53 -0300 Subject: [PATCH] fix: exclude large data files blocking crate publish --- pallas-math/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pallas-math/Cargo.toml b/pallas-math/Cargo.toml index f9bed2a..3df1c25 100644 --- a/pallas-math/Cargo.toml +++ b/pallas-math/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/pallas-math" license = "Apache-2.0" readme = "README.md" authors = ["Andrew Westberg "] +exclude = ["tests/data/*"] [features] default = ["gmp"]