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]