From 5cd0f7f8b29ddf3b4be55e4fa794807d35f82f41 Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Fri, 2 Sep 2022 15:09:15 +0800 Subject: [PATCH] fix: update taosws library Closes [TD-18782](https://jira.taosdata.com:18080/browse/TD-18782) --- cmake/taosws_CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/taosws_CMakeLists.txt.in b/cmake/taosws_CMakeLists.txt.in index 09a762e7cc..54e898ecc0 100644 --- a/cmake/taosws_CMakeLists.txt.in +++ b/cmake/taosws_CMakeLists.txt.in @@ -2,7 +2,7 @@ # taosws-rs ExternalProject_Add(taosws-rs GIT_REPOSITORY https://github.com/taosdata/taos-connector-rust.git - GIT_TAG b91b39c + GIT_TAG 6fc47d7 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs" BINARY_DIR "" #BUILD_IN_SOURCE TRUE -- GitLab