From f5ebe71a083d0303fe6cd4a8426003e42c050a26 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 f9bed2a6..3df1c25a 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"]