Skip to content

Commit

Permalink
debug sby tantivy
Browse files Browse the repository at this point in the history
Signed-off-by: ThreadDao <[email protected]>
  • Loading branch information
ThreadDao committed Feb 10, 2025
1 parent d9857cf commit cf50fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tantivy = { git = "https://github.com/sunby/tantivy", branch = "debug_filewatcher" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
tantivy = { git = "https://github.com/sunby/tantivy", rev = "a2d0d2dbd002e27ff4afeb062e15922a5148b747" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
futures = "0.3.21"
libc = "0.2"
scopeguard = "1.2"
Expand Down

0 comments on commit cf50fda

Please sign in to comment.