exclude feature tests from published bundle

This commit is contained in:
LeopoldArkham 2022-10-05 15:07:09 +02:00
parent 009ed6ba5d
commit c53cd5a7ad

View file

@ -11,6 +11,7 @@ documentation = "https://docs.rs/humansize"
keywords = ["size", "formatting", "humanize", "file-size"]
categories = ["value-formatting"]
license = "MIT/Apache-2.0"
exclude = ["/feature-tests"]
[features]
no_alloc = []