From 1ce4b4d51ee6493898fa3d8b31345640087da1ca Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 21 Aug 2019 07:19:00 +0900 Subject: [PATCH] Fixed tantivy rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 209807e..9875e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] chrono = "0.4" -tantivy = { git = "https://github.com/tantivy-search/tantivy" } +tantivy = { git = "https://github.com/tantivy-search/tantivy", rev = "135e0ea" } itertools = "0.8" [dependencies.pyo3]