From 945bcc5bd3df3ea7f667f03606db488790afbecf Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 5 Feb 2021 22:58:21 +0900 Subject: [PATCH] Bump 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 5c40adbc4..e7130b47e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ levenshtein_automata = "0.2" uuid = { version = "0.8", features = ["v4", "serde"] } crossbeam = "0.8" futures = {version = "0.3", features=["thread-pool"] } -tantivy-query-grammar = { version="0.14.0-dev", path="./query-grammar" } +tantivy-query-grammar = { version="0.14.0", path="./query-grammar" } stable_deref_trait = "1" rust-stemmers = "1" downcast-rs = "1" diff --git a/query-grammar/Cargo.toml b/query-grammar/Cargo.toml index a4078b56c..b7aa12530 100644 --- a/query-grammar/Cargo.toml +++ b/query-grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-query-grammar" -version = "0.14.0-dev" +version = "0.14.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]