From 81f35a3cebed8efac383ed45fe9673a87f581a86 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 19 Feb 2020 22:07:54 +0900 Subject: [PATCH] Bumped tantivy-grammar version --- Cargo.toml | 2 +- query-grammar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cc2ea673..a05708eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ owning_ref = "0.4" stable_deref_trait = "1.0.0" rust-stemmers = "1.2" downcast-rs = { version="1.0" } -tantivy-query-grammar = { version="0.11", path="./query-grammar" } +tantivy-query-grammar = { version="0.12", path="./query-grammar" } bitpacking = {version="0.8", default-features = false, features=["bitpacker4x"]} census = "0.4" fnv = "1.0.6" diff --git a/query-grammar/Cargo.toml b/query-grammar/Cargo.toml index 4ea68e750..708477c68 100644 --- a/query-grammar/Cargo.toml +++ b/query-grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-query-grammar" -version = "0.11.0" +version = "0.12.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]