diff --git a/Cargo.toml b/Cargo.toml index 0d33a232b..cee8b3089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.20.0" +version = "0.20.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"] @@ -12,6 +12,7 @@ readme = "README.md" keywords = ["search", "information", "retrieval"] edition = "2021" rust-version = "1.62" +exclude = ["benches/*.json", "benches/*.txt"] [dependencies] oneshot = "0.1.5"