From a022e97dc2558db31339a760915eccd9f3fd5415 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 13 Mar 2023 14:10:41 +0900 Subject: [PATCH] Bumped tantivy version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54ca618db..ec2aa2ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.19.0" +version = "0.19.1-quickwit" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]