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]