From 862f367f9e643ce5363b2928976f7806a1afa52b Mon Sep 17 00:00:00 2001 From: PSeitz Date: Mon, 12 Jun 2023 09:54:03 +0800 Subject: [PATCH] release without Alice in Wonderland, bump version to 0.20.1 (#2087) * Release without Alice in Wonderland * bump version to 0.20.1 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"