From c27f3c71439dc07adec76eb231ee4a130972c0cf Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Thu, 8 Sep 2022 15:49:34 +0800 Subject: [PATCH] chore: update taosws for a much stable websocket impl Ref: [TD-18954](https://jira.taosdata.com:18080/browse/TD-18954) --- 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 15d3764876..04b1262caf 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 0609b50 + GIT_TAG e771403 SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs" BINARY_DIR "" #BUILD_IN_SOURCE TRUE