Skip to content

Commit

Permalink
use sem var range for object_store and tantivy (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chebbyChefNEQ committed Aug 28, 2023
1 parent c9cac01 commit 1d0a3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ categories = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# 0.19 is when file handle started to return Arc instead of Box
# 0.20 is when file handle started to return Arc instead of Box + when the method is ungated from feature flag
# https://github.com/quickwit-oss/tantivy/commit/775e936f7d8e461b7267bb13763db37c1c45afb8
tantivy = ">=0.19"
object_store = ">=0.6.1"
tantivy = "0.20"
object_store = "0.6.1"
async-trait = "0"
tokio = { version = "1", features = ["full"] }
uuid = "1"
Expand Down

0 comments on commit 1d0a3fa

Please sign in to comment.