From 3c3493cf15181c401c12ef01bdde241d8a5e9891 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 7 Jun 2021 09:49:17 +0900 Subject: [PATCH] Bumped tantivy version to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d93e2e08..317020ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.14.0" +version = "0.15.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]