From e821468d2afc7816304b7cf3e17d386d3333b01e Mon Sep 17 00:00:00 2001 From: sparknack Date: Thu, 11 Sep 2025 10:19:56 +0800 Subject: [PATCH] fix: milvus-common commit update (#44304) issue: #41435 related: #44268 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 b7d7b7af0e..08bb178a57 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 7204eb6 ) +set( MILVUS-COMMON-VERSION aaff302 ) set( GIT_REPOSITORY "https://github.com/zilliztech/milvus-common.git") message(STATUS "milvus-common repo: ${GIT_REPOSITORY}")