From 65e8db59d02c80c89e58ba3172ad891629848bac Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 6 Aug 2022 17:18:02 +0800 Subject: [PATCH] chore: udate libtaos ws submodule 29424d5 for develop (#15805) * chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws * fix: install script support libtaosws * fix: script error handle * chore: update taosws-rs fix segfault * chore: update jenkins file to support websocket build * chore: revert jenkinsfile2 * fix: tools/remove_client.sh * fix: install script * chore: add libtaosws to tools * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs fix float null * chore: enable websocket build * chore: use seperate build for arm64 * chore: update CMakeLists.txt to allow taosws compile on any platform * ci: build in container to make runtime env same with build env * chore: update taosws-rs 9fa7e2f for develop * chore: update taosws-rs 249a4dc for develop * chore: update taosws-rs 648cc62 for develop * chore: update taosws-rs 29424d5 for develop Co-authored-by: tangfangzhi --- src/plugins/taosws-rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/taosws-rs b/src/plugins/taosws-rs index 648cc62310..29424d58c8 160000 --- a/src/plugins/taosws-rs +++ b/src/plugins/taosws-rs @@ -1 +1 @@ -Subproject commit 648cc623100f3abe66be439b4d2170beeeac12b5 +Subproject commit 29424d58c8055361b779d588a9ca306ed87c28bf -- GitLab