From b92dfbb63f0b392290fa39af351f430f0fecfcca Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Fri, 31 Dec 2021 11:46:15 +0100 Subject: [PATCH] exclude test_data when publishing the crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b60b978e..cc3a4841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/bitcoin/" description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies." keywords = [ "crypto", "bitcoin" ] readme = "README.md" +exclude = ["./test_data"] # Please don't forget to add relevant features to docs.rs below [features]