From 6fe6776fe5f037cfad7033eccd207189846559d4 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 16 Jul 2017 18:19:28 +0900 Subject: [PATCH] Release 0.4.0 --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40925be..51f9d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-cli" -version = "0.4.0-alpha" +version = "0.4.0" authors = ["Paul Masurel "] description = """Command line interface for Tantivy, a search engine library.""" @@ -31,8 +31,7 @@ log = "0.3" futures = "0.1" env_logger = "0.3" version = "2" -#tantivy = "0.3.1" -tantivy = { path="../tantivy", branch="master" } +tantivy = "0.4.0" [[bin]] name = "tantivy"