From 5fb420b1562f235e9ce8d28d0f8fc085f836845e Mon Sep 17 00:00:00 2001 From: sparknack Date: Wed, 10 Dec 2025 14:53:13 +0800 Subject: [PATCH] fix: milvus-common update (#45929) issue: #41435 fix some usage tracking bugs in caching layer. Signed-off-by: Shawn Wang --- internal/core/thirdparty/milvus-common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/milvus-common/CMakeLists.txt b/internal/core/thirdparty/milvus-common/CMakeLists.txt index b153cf819c..37f398b262 100644 --- a/internal/core/thirdparty/milvus-common/CMakeLists.txt +++ b/internal/core/thirdparty/milvus-common/CMakeLists.txt @@ -13,7 +13,7 @@ milvus_add_pkg_config("milvus-common") set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "") -set( MILVUS-COMMON-VERSION 951a806 ) +set( MILVUS-COMMON-VERSION 4d7781d ) set( GIT_REPOSITORY "https://github.com/zilliztech/milvus-common.git") message(STATUS "milvus-common repo: ${GIT_REPOSITORY}")