From c91234cd73c9dcb804fd025b5a002536ef552eac Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 2 Sep 2019 09:39:18 +0900 Subject: [PATCH] Depending on tantivy@master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9875e48..a0b686b 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", rev = "135e0ea" } +tantivy = { git = "https://github.com/tantivy-search/tantivy", branch = "master" } itertools = "0.8" [dependencies.pyo3]