From 0b8b1e7950a180279e39a9626c5c11e90e71ee27 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 17 Feb 2022 12:20:48 +0800 Subject: [PATCH] Test/sangshuduo/td 13408 move example back for 3.0 (#10296) * [TD-13408]: move examples back to TDegnine for 3.0 * update tests for 3.0 * [TD-13408]: move rust example back for 3.0 --- .gitmodules | 3 +++ examples/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/rust diff --git a/.gitmodules b/.gitmodules index 5298fd26a6..616e252a93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ path = tests url = https://github.com/taosdata/tests branch = 3.0 +[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