Skip to content

Commit

Permalink
update tantivy (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Nov 23, 2023
1 parent 3589542 commit d189324
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions quickwit/Cargo.lock

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

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Expand Up @@ -272,7 +272,7 @@ quickwit-serve = { version = "0.6.5-dev", path = "./quickwit-serve" }
quickwit-storage = { version = "0.6.5-dev", path = "./quickwit-storage" }
quickwit-telemetry = { version = "0.6.5-dev", path = "./quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "9caab45", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", lev = "1a9fc10", default-features = false, features = [
"lz4-compression",
"mmap",
"quickwit",
Expand Down

0 comments on commit d189324

Please sign in to comment.