From 35ddbde9941d8fc9e954e0b997fa30bac06d27bc Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 17 Feb 2022 11:55:10 +0800 Subject: [PATCH] Test/sangshuduo/td 13408 move example back for 2.4 (#10292) * [TD-13408]: add example back for 2.4 * modify packaging script * add examples/c in CMakeLists.txt * update tests for 2.4 * [TD-13408]: move rust example back for 2.4 --- .gitmodules | 3 +++ examples/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/rust diff --git a/.gitmodules b/.gitmodules index 459c09c3fd..9efd31c948 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ path = tests url = https://github.com/taosdata/tests branch = 2.4 +[submodule "examples/rust"] + path = examples/rust + url = https://github.com/songtianyi/tdengine-rust-bindings.git diff --git a/examples/rust b/examples/rust new file mode 160000 index 0000000000..1c8924dc66 --- /dev/null +++ b/examples/rust @@ -0,0 +1 @@ +Subproject commit 1c8924dc668e6aa848214c2fc54e3ace3f5bf8df -- GitLab