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]