-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added api changes from tantivy-0.20.1 * lint fix * Increase test writer heap to 10_000_000 * Revert test back to original check * Update src/searcher.rs Co-authored-by: Cameron <[email protected]> --------- Co-authored-by: Caleb Hattingh <[email protected]> Co-authored-by: Cameron <[email protected]>
- Loading branch information
1 parent
1fe7244
commit a266f41
Showing
6 changed files
with
27 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tantivy" | ||
version = "0.19.2" | ||
version = "0.20.1" | ||
readme = "README.md" | ||
authors = ["Damir Jelić <[email protected]>"] | ||
edition = "2018" | ||
|
@@ -15,11 +15,11 @@ pyo3-build-config = "0.18.0" | |
|
||
[dependencies] | ||
chrono = "0.4.23" | ||
tantivy = "0.19.2" | ||
tantivy = "0.20.1" | ||
itertools = "0.10.5" | ||
futures = "0.3.26" | ||
serde_json = "1.0.91" | ||
|
||
[dependencies.pyo3] | ||
version = "0.18.0" | ||
features = ["extension-module"] | ||
features = ["extension-module"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters