Skip to content

Commit

Permalink
bump tantivy to v0.21 (#1043)
Browse files Browse the repository at this point in the history
* bump tantivy to v0.22

* address clippy

* fix broken tests
  • Loading branch information
oppiliappan committed Oct 13, 2023
1 parent d9d747b commit bd480b6
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 94 deletions.
198 changes: 133 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion server/bleep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ harness = false
[dependencies]

# core
tantivy = { version = "0.19.2", features = ["mmap"] }
tantivy = { version = "0.21.0", features = ["mmap"] }
tantivy-columnar = "0.2.0"
tokio = { version = "1.32.0", features = ["macros", "process", "rt", "rt-multi-thread", "io-std", "io-util", "sync", "fs"] }
futures = "0.3.28"
rayon = "1.8.0"
Expand Down
Loading

0 comments on commit bd480b6

Please sign in to comment.