release without Alice in Wonderland, bump version to 0.20.1 (#2087)

* Release without Alice in Wonderland

* bump version to 0.20.1
This commit is contained in:
PSeitz
2023-06-12 09:54:03 +08:00
committed by GitHub
parent 14137d91c4
commit 862f367f9e

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.20.0"
version = "0.20.1"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
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"