From 5bca437633bc2d12c012c058a3a4cea4926951ea Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Thu, 11 Aug 2022 21:38:33 +0800 Subject: [PATCH] chore: fix docs build error (#16013) --- docs/zh/14-reference/03-connector/rust.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/zh/14-reference/03-connector/rust.mdx b/docs/zh/14-reference/03-connector/rust.mdx index cc2a9986e9..ae644e1911 100644 --- a/docs/zh/14-reference/03-connector/rust.mdx +++ b/docs/zh/14-reference/03-connector/rust.mdx @@ -54,10 +54,11 @@ Rust 连接器仍然在快速开发中,1.0 之前无法保证其向后兼容 taos = "*" ``` - + + -在 `Cargo.toml` 文件中添加 [taos][taos]: +在 `Cargo.toml` 文件中添加 [taos][taos],并启用 `native` 特性: ```toml [dependencies]