mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: [skip-e2e] use zstd-sys 2.0.9 (#31682)
fix: #31681 /kind improvement Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
976928ecd1
commit
e33dba8afe
@ -6,10 +6,11 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tantivy = "0.21.0"
|
||||
tantivy = "=0.21.1"
|
||||
futures = "0.3.21"
|
||||
libc = "0.2"
|
||||
scopeguard = "1.2"
|
||||
zstd-sys = "=2.0.9"
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.26.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user