From 853e020fdac7c906bce38d4bdada7df31d487d3b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 11 Aug 2016 18:58:27 +0900 Subject: [PATCH] Checking whether cargo bin is interfering with coverage. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc46269a2..d206bab85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["search", "information", "retrieval"] [dependencies] byteorder = "0.4" memmap = "0.2" -lazy_static = "0.1.16" +lazy_static = "0.1.15" regex = "0.1" fst = "0.1.31" atomicwrites = "0.0.14" @@ -47,7 +47,7 @@ rand = "0.3.13" gcc = "0.3.24" [[bin]] -name = "tantivy" +name = "tantivy-cli" path = "src/cli/main.rs" doc = false