From 9c929cfc5e847b5adaf2e178d19ef1d61a5b9d01 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 17 Feb 2022 11:42:17 +0800 Subject: [PATCH] Test/sangshuduo/td 13408 move example back (#10291) * [TD-13408]: move examples back * [TD-13408]: move examples back * add examples/c to CMakeLists.txt * update tests * [TD-13408]: move rust example back --- .gitmodules | 3 +++ examples/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/rust diff --git a/.gitmodules b/.gitmodules index 57cf1a87a1..524ac8079f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ path = tests url = https://github.com/taosdata/tests branch = develop +[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