Skip to content

Commit

Permalink
Upgrade to tantivy v0.22.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Apr 10, 2024
1 parent 4e32201 commit d2b5e54
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 54 deletions.
98 changes: 45 additions & 53 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 ofdb-db-tantivy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ log = "0.4.21"
num-traits = "0.2.18"
parking_lot = "0.12.1"
strum = "0.26.2"
tantivy = "0.21.1"
# TODO: upgrade to tantivy v0.22.0 after it has been released.
tantivy = { version = "0.22.0-dev", git = "https://github.com/quickwit-oss/tantivy.git" }
# TODO: Remove this workaround when the upstream issue has been resolved.
# <https://github.com/gyscos/zstd-rs/issues/270>
# Should be resolved after upgrading to tantivy v0.22.0 is scheduled for release.
Expand Down

0 comments on commit d2b5e54

Please sign in to comment.