Skip to content

Commit be7a9cf

Browse files
committed
fix
1 parent 74667ab commit be7a9cf

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 = "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" }
664+
tantivy = { git = "https://github.com/b41sh/tantivy", rev = "48fb0f7f3c393de67a0b46d8a3be50f085312fd4" }
665+
tantivy-common = { git = "https://github.com/b41sh/tantivy", rev = "48fb0f7f3c393de67a0b46d8a3be50f085312fd4", package = "tantivy-common" }
666+
tantivy-jieba = { git = "https://github.com/b41sh/tantivy-jieba", rev = "de314415bdcbf01ab10ab3f76b8eef7cdb6fadf1" }
667+
tantivy-query-grammar = { git = "https://github.com/b41sh/tantivy", rev = "48fb0f7f3c393de67a0b46d8a3be50f085312fd4", 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)