From 2e538ce6e658bce5894824de7fa7fd86d3e7f859 Mon Sep 17 00:00:00 2001 From: David Hewson Date: Sun, 1 Jul 2018 21:32:19 +0100 Subject: [PATCH] remove extra space in name (#331) the extra space that appeared breaks using the package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b5208fc0..c502fdb90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tantivy " +name = "tantivy" version = "0.7.0-dev" authors = ["Paul Masurel "] license = "MIT"