From 6134dd2d28e0c74f0adb23d3ab579feaec196852 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 24 Jul 2017 18:54:59 +0900 Subject: [PATCH] Bumped tantivy version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3253ad8..a5e98a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-cli" -version = "0.4.2" +version = "0.4.3" authors = ["Paul Masurel "] description = """Command line interface for Tantivy, a search engine library.""" @@ -31,7 +31,7 @@ log = "0.3" futures = "0.1" env_logger = "0.3" version = "2" -tantivy = "0.4.2" +tantivy = "0.4.3" [[bin]] name = "tantivy"