fix test_data dir exclusion

As specified in the doc:

`foo/` matches any directory with the name `foo` anywhere in the package.
This commit is contained in:
Riccardo Casatta 2022-10-11 12:16:52 +02:00
parent b6e3028ccf
commit 13e9a133df
No known key found for this signature in database
GPG Key ID: FD986A969E450397
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +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"]
exclude = ["test_data/"]
edition = "2018"
# Please don't forget to add relevant features to docs.rs below