Skip to content

Commit

Permalink
Update tantivy rev.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Aug 22, 2023
1 parent d4be5e5 commit 5e927ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
50 changes: 15 additions & 35 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
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ quickwit-serve = { version = "0.6.3", path = "./quickwit-serve" }
quickwit-storage = { version = "0.6.3", path = "./quickwit-storage" }
quickwit-telemetry = { version = "0.6.3", path = "./quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "3c30066", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "59460c7", default-features = false, features = [
"mmap",
"lz4-compression",
"zstd-compression",
Expand Down

0 comments on commit 5e927ab

Please sign in to comment.