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:
parent
b6e3028ccf
commit
13e9a133df
|
@ -9,7 +9,7 @@ documentation = "https://docs.rs/bitcoin/"
|
||||||
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
|
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
|
||||||
keywords = [ "crypto", "bitcoin" ]
|
keywords = [ "crypto", "bitcoin" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = ["./test_data"]
|
exclude = ["test_data/"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# Please don't forget to add relevant features to docs.rs below
|
# Please don't forget to add relevant features to docs.rs below
|
||||||
|
|
Loading…
Reference in New Issue