From 577aee289b2ff4bc2809b140399681455e948718 Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Wed, 7 Sep 2022 02:30:30 +0800 Subject: [PATCH] chore: update taosws (#16699) Fix [TD-18952](https://jira.taosdata.com:18080/browse/TD-18952) --- 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 54e898ecc0..15d3764876 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 6fc47d7 + GIT_TAG 0609b50 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs" BINARY_DIR "" #BUILD_IN_SOURCE TRUE