Skip to content

Commit 74667ab

Browse files
committed
fix
1 parent 0af6e5c commit 74667ab

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,9 @@ recursive = { git = "https://github.com/datafuse-extras/recursive.git", rev = "1
661661
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }
662662
state-machine-api = { git = "https://github.com/databendlabs/state-machine-api.git", tag = "v0.3.4" }
663663
sub-cache = { git = "https://github.com/databendlabs/sub-cache", tag = "v0.2.1" }
664-
tantivy = { git = "https://github.com/b41sh/tantivy", rev = "edadb8a6bc167723219d60d11f509fa4882e93b7" }
665-
tantivy-common = { git = "https://github.com/b41sh/tantivy", rev = "edadb8a6bc167723219d60d11f509fa4882e93b7", package = "tantivy-common" }
666-
tantivy-jieba = { git = "https://github.com/b41sh/tantivy-jieba", rev = "4486c42aa2933fe28c4bcd40273193f59c4e3182" }
667-
tantivy-query-grammar = { git = "https://github.com/b41sh/tantivy", rev = "edadb8a6bc167723219d60d11f509fa4882e93b7", package = "tantivy-query-grammar" }
664+
tantivy = { git = "https://github.com/b41sh/tantivy", rev = "f601b94d984a29be3dd0e74b4c37609b9604966a" }
665+
tantivy-common = { git = "https://github.com/b41sh/tantivy", rev = "f601b94d984a29be3dd0e74b4c37609b9604966a", package = "tantivy-common" }
666+
tantivy-jieba = { git = "https://github.com/b41sh/tantivy-jieba", rev = "eec8a8dcef0fbfd0989756572e522883e379df7d" }
667+
tantivy-query-grammar = { git = "https://github.com/b41sh/tantivy", rev = "f601b94d984a29be3dd0e74b4c37609b9604966a", package = "tantivy-query-grammar" }
668668
watcher = { git = "https://github.com/databendlabs/watcher", tag = "v0.4.2" }
669669
xorfilter-rs = { git = "https://github.com/datafuse-extras/xorfilter", tag = "databend-alpha.4" }

0 commit comments

Comments
 (0)