fix: Fix rocksdb compile failed (#28484)

Fix: #27675
/kind improvement

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
pull/28488/head
Enwei Jiao 2023-11-16 16:36:19 +08:00 committed by GitHub
parent 47eb76b202
commit cc713931e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from conans import ConanFile
class MilvusConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
"rocksdb/6.29.5",
"rocksdb/6.29.5@milvus/dev",
"boost/1.82.0",
"onetbb/2021.9.0",
"nlohmann_json/3.11.2",