summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-04-04 18:35:59 +0100
committerKornel <kornel@geekhood.net>2020-04-04 18:35:59 +0100
commit71bfcdbda3bd39e50477cbff2b3a599f06c149db (patch)
treebd95afe97e55a1ff2cf5c583abbca4f002dffaf1
parentc75a4ec96deaaf5bc9978715948f511d4a4b156a (diff)
Downgrade to stable tantivy
-rw-r--r--search_index/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_index/Cargo.toml b/search_index/Cargo.toml
index 3413325..705fa83 100644
--- a/search_index/Cargo.toml
+++ b/search_index/Cargo.toml
@@ -9,7 +9,7 @@ name = "search_index"
path = "src/lib_search_index.rs"
[dependencies]
-tantivy = { git = "https://github.com/tantivy-search/tantivy" }
+tantivy = "0.12"
rich_crate = { path = "../rich_crate" }
rayon = "1.3.0"
rand = "0.7.2"